DA doesn't have rotation feature.
So, DA doesn't need to willdraw for rotation.
Problem : Will draw function can make loading speed slow
Solution : Rotation is not needed on DA Feature.
So, DA can skip this function.
Ref: https://review.tizen.org/gerrit/#/c/246330/
Change-Id: I7ed04cdcfb4a7cd4c4c0bbdb651925a0582c4875
Signed-off-by: K.Y. Lee <k-y.lee@samsung.com>
frame_rendered_ = true;
+#if !defined(OS_TIZEN_DA_PRODUCT)
web_contents_.GetDelegate()->WillDraw(rotation_, frame_data_output_size_);
+#endif
#if defined(OS_TIZEN)
if (need_effect_) {