[Tizen] Apply modified interface of SurfaceResized submit/tizen/20200323.113128
authorneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:44:58 +0000 (18:44 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:45:04 +0000 (18:45 +0900)
This reverts commit 02573f86c77a416d92b1ce1e5c36fc5c81553e7f.

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

index 548017f..e356a51 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 );