[Tizen] Fix a surface resize issue 39/227139/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:03:18 +0000 (13:03 +0900)
commit3fcc51a9908e866ea7c3245882ed2d41b4a49458
tree25c766f42f5bfc6320955b1553629a78a82f3794
parent2a0a727781db1880001301390fa73680da42ef4c
[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