Revert "[Tizen] Apply modified interface of SurfaceResized"
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 08:12:05 +0000 (17:12 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 13 Apr 2020 08:12:09 +0000 (17:12 +0900)
This reverts commit d208efedcc18f96cbfcf7d546e142fabdc0a0556.

Change-Id: I93fcca8858855d0db0b97395cb430569b1a1b3bd

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