Revert "[Tizen] Apply modified interface of SurfaceResized"
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 20 Nov 2019 09:03:15 +0000 (18:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 20 Nov 2019 09:03:23 +0000 (18:03 +0900)
This reverts commit a7cf89e396c3bcca48590124c9e923c67dc1a4d0.

Change-Id: Iab77b27ba9d12ce09adb838ffb3a69622c4d27fc

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