[Tizen] Fix sync issue about window rotation 53/223853/1
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Feb 2020 08:54:18 +0000 (17:54 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 4 Feb 2020 08:54:18 +0000 (17:54 +0900)
commitf6641662d7eae975fe6ceef1a0c517302370e8ef
treefbdfc272d62de6e815d40834318f4dd0f54ca4ce
parent1357ac074ec1ab897e58d0c40619f2f72093c9ed
[Tizen] 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