[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200616.170931 submit/tizen/20200616.104219
authorneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:44:31 +0000 (01:44 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 15 Jun 2020 16:44:36 +0000 (01:44 +0900)
This reverts commit 1bcff3b2d3199361013f8596a8dc72686d4868b2.

Change-Id: I17aac395601712673558a8e22ef72081d42159d4

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

index 9c6f340..59cb6cd 100644 (file)
@@ -185,7 +185,7 @@ void Scene::ResizeSurface( uint16_t width, uint16_t height )
 
   mSurface->MoveResize( PositionSize( 0, 0, intWidth, intHeight ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );