Fix sync issue about window rotation 33/224333/1
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Feb 2020 08:54:18 +0000 (17:54 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 10 Feb 2020 02:25:52 +0000 (11:25 +0900)
commit3382101c1ce68b0b4f1a3398d977b210bcb58e2f
tree7f65cca51a9f16283d3b1f9e2af21667caed1179
parent92b8a010bb83ef0f591460039266da381b0c4097
Fix sync issue about window rotation

Fix sync issue window rotation.
Window_rotation_done_send should be called before eglSwapBuffers.
Window_rotation_done_send is called in event thread and eglSwapBuffers is called in render thread.
Basically the logic is designed for that, but, sync issue occurs.
This patch is to fix sync issue.

Change-Id: I138c8ac1b6bc00224712674058e9f561be19a20f
dali/internal/adaptor/common/combined-update-render-controller.cpp
dali/internal/window-system/common/window-render-surface.cpp