Revert "[Tizen] Apply modified interface of SurfaceResized"
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 7 May 2020 05:45:30 +0000 (14:45 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 7 May 2020 05:45:36 +0000 (14:45 +0900)
This reverts commit 65fa147d93d6b59d8aba9ea4e5a8591498ab70e3.

Change-Id: I5692ecb7604ca0c00f4a873f9f3aea856254108e

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