Revert "[Tizen] Apply modified interface of SurfaceResized"
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 18:52:37 +0000 (03:52 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 18:52:37 +0000 (03:52 +0900)
This reverts commit a1bffa29150065b9bd66518063c11fbec3419ffe.

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

index 59cb6cd0321c2fc014e98e5e649bf34ee719bb59..9c6f3406be509059e99548826d2f897c19461ba8 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 );