Revert "[Tizen] Apply modified interface of SurfaceResized"
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 27 May 2020 09:03:08 +0000 (18:03 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 27 May 2020 09:03:13 +0000 (18:03 +0900)
This reverts commit 350cb8c424d71450a419ac10ce0af274b204889c.

Change-Id: I2318373851014b9d032e3c3c5fed34a19a1055ee

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