Revert "[Tizen] Apply modified interface of SurfaceResized"
authorSunghyun Kim <scholb.kim@samsung.com>
Tue, 7 Apr 2020 01:18:28 +0000 (10:18 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Tue, 7 Apr 2020 01:18:37 +0000 (10:18 +0900)
This reverts commit 889ac9e419e6efd8e048de1fcf631d4b81f78dce.

Change-Id: Idc7cf1ae8ec169c44bcd89d001b26bdf4f805ad3

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