Revert "[Tizen] Apply modified interface of SurfaceResized"
authorWonsik Jung <sidein@samsung.com>
Mon, 2 Dec 2019 05:53:39 +0000 (14:53 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 2 Dec 2019 05:53:39 +0000 (14:53 +0900)
This reverts commit b3a7ae0c7cf5209c57252e8595a51344f92b7e64.

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

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