[Tizen] Fix a surface resize issue 40/227140/1
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 10 Mar 2020 04:03:18 +0000 (13:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 10 Mar 2020 04:13:34 +0000 (13:13 +0900)
commit2f6e05b1cf6c0c458dfcffe5d16d7148037941c4
tree56e33b444213650cff1d6f7d6d989df0270441a6
parent939d0968c0d870f48e424ba93a72daea0782edbd
[Tizen] Fix a surface resize issue

The thread controller will wait for the response that the surface is resized in the updated thread.
But the message may be processed right after ProcessCoreEvents().
If it is processed before calling to mThreadController->ResizeSurface(), the thread controll will wait for the response forever.

So I've changed to call to mThreadController->ResizeSurface() before ProcessCoreEvents().

Change-Id: Id7d4e2a801c1d2fc8d4992676ae2b673eeb8baf0
dali/internal/adaptor/common/adaptor-impl.cpp