Revert "[Tizen] Apply modified interface of SurfaceResized"
authorWonsik Jung <sidein@samsung.com>
Mon, 10 Aug 2020 05:45:43 +0000 (14:45 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 10 Aug 2020 05:45:52 +0000 (14:45 +0900)
This reverts commit b21badcb54f248bc306234143eab4414e482481f.

dali-extension/internal/evas-plugin/scene-impl.cpp

index 21aae62..3a14a8f 100644 (file)
@@ -186,7 +186,7 @@ void Scene::ResizeSurface( uint16_t width, uint16_t height )
 
   mSurface->MoveResize( PositionSize( 0, 0, intWidth, intHeight ) );
 
-  SurfaceResized( true );
+  SurfaceResized();
 
   Adaptor::SurfaceSize newSize( width, height );