Revert "[Tizen] Apply modified interface of SurfaceResized"
authorJiyun Yang <ji.yang@samsung.com>
Tue, 18 Feb 2020 07:40:39 +0000 (16:40 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Tue, 18 Feb 2020 07:40:39 +0000 (16:40 +0900)
This reverts commit e581bbc7e6950ba3aabdc6140d545039490f941c.

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