Fix a surface resize issue 45/227145/4
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 10 Mar 2020 04:03:18 +0000 (13:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 12 Mar 2020 01:00:18 +0000 (10:00 +0900)
commitf5aa02d1bf1097cc48dfef33ebadbf7408a61a68
treeffd71fc4b0d39a397d335f4bf2acf5e11761781b
parent4c1ccbb6f17d1f012bfead8277705ef50578c229
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