Revert "[Tizen] Apply modified interface of SurfaceResized"
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 21 Jan 2020 08:38:12 +0000 (17:38 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 21 Jan 2020 08:38:12 +0000 (17:38 +0900)
This reverts commit c68c4adb7778510a7f17490a02407477fd1171a2.

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