Revert "[Tizen] Apply modified interface of SurfaceResized"
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 2 Mar 2020 06:07:26 +0000 (15:07 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 2 Mar 2020 06:07:33 +0000 (15:07 +0900)
This reverts commit bce05268d8c4b640be168bb0c14084de33d4adeb.

Change-Id: I854a5c19ba683a5244f196d02eefbb3450e26393

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