Revert "[Tizen] Apply modified interface of SurfaceResized"
authorWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 02:43:02 +0000 (11:43 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 02:43:09 +0000 (11:43 +0900)
This reverts commit 029415c2ec356a14d32dec342abd53c0961ede91.

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

index 59cb6cd..9c6f340 100644 (file)
@@ -185,7 +185,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 );