Below change makes sure ensure all drawing to the context
has been flushed and submitted to graphics driver before
shown on screen.
Change-Id: Ia4b751b211bd66c9be04328b947e355b0c274c6b
Signed-off-by: uzair <uzair.jaleel@samsung.com>
StartSwapBuffers(std::move(feedback));
FinishSwapBuffers(gfx::SwapCompletionResult(gfx::SwapResult::SWAP_ACK),
gfx::Size(size_.width(), size_.height()), std::move(frame));
+#if BUILDFLAG(IS_TIZEN)
+ context_state_->gr_context()->flushAndSubmit(true);
+#endif
}
void SkiaOutputDeviceOffscreen::PostSubBuffer(const gfx::Rect& rect,