[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200616.170915 submit/tizen/20200616.104447
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 18:52:54 +0000 (03:52 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 18:53:00 +0000 (03:53 +0900)
This reverts commit 82f3a4c27ebd5b1d2ae973192bc231b4512b07a3.

Change-Id: Ibe81cba86c893b158835358e81bc9c42545f404f

dali-extension/internal/evas-plugin/scene-impl.cpp

index 9c6f3406be509059e99548826d2f897c19461ba8..59cb6cd0321c2fc014e98e5e649bf34ee719bb59 100644 (file)
@@ -185,7 +185,7 @@ void Scene::ResizeSurface( uint16_t width, uint16_t height )
 
   mSurface->MoveResize( PositionSize( 0, 0, intWidth, intHeight ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );