Revert "[Tizen] Apply modified interface of SurfaceResized"
authorWonsik Jung <sidein@samsung.com>
Thu, 19 Dec 2019 07:48:54 +0000 (16:48 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 19 Dec 2019 07:48:54 +0000 (16:48 +0900)
This reverts commit ada651f01a8a2c2bc15fc2e809392f588cd79a42.

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 );