Revert "[Tizen] Apply modified interface of SurfaceResized"
authorSunghyun Kim <scholb.kim@samsung.com>
Wed, 5 Feb 2020 08:29:13 +0000 (17:29 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Wed, 5 Feb 2020 08:29:18 +0000 (17:29 +0900)
This reverts commit 90e206482a337629f4e1f1851f6a153ab90587fd.

Change-Id: If45ebb517b39150fb6f4912e348ef312e25134be

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