Revert "[Tizen] Apply modified interface of SurfaceResized"
authorSeungho, Baek <sbsh.baek@samsung.com>
Wed, 1 Apr 2020 06:11:18 +0000 (15:11 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Wed, 1 Apr 2020 06:11:18 +0000 (15:11 +0900)
This reverts commit 59d752d81530b6b913e3120ab634e39c65a2079d.

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

index e356a51..548017f 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 );