[Tizen] Apply modified interface of SurfaceResized submit/tizen/20191219.095157 submit/tizen/20191223.020644
authorWonsik Jung <sidein@samsung.com>
Thu, 19 Dec 2019 07:58:28 +0000 (16:58 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 19 Dec 2019 07:58:35 +0000 (16:58 +0900)
This reverts commit 3f80e85bb249846bd4564a5ff0a3eb637c2ad7c9.

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

index 13959c2..fe5ba41 100755 (executable)
@@ -206,7 +206,7 @@ void EvasPlugin::ResizeSurface( int width, int height )
 
   mSurface->MoveResize( PositionSize( 0, 0, width, height ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );