[Tizen] Fix sync issue about window rotation 52/223852/1
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Feb 2020 08:44:16 +0000 (17:44 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 4 Feb 2020 08:50:26 +0000 (17:50 +0900)
commit3b85162fc16e8cd4c8811c7b7acac9b4c80edcea
treefbdfc272d62de6e815d40834318f4dd0f54ca4ce
parentf4a3802d3245befa2e702f1830f73af221c0c28e
[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: I8da17fdc9cd970502fb8f272e2193d2e3b4a7a66
dali/internal/adaptor/common/combined-update-render-controller.cpp
dali/internal/window-system/common/window-render-surface.cpp