[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200609.153637 submit/tizen/20200608.095904
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 09:24:34 +0000 (18:24 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 09:24:39 +0000 (18:24 +0900)
This reverts commit cccf009e713425b72e555c7b89c479fd2dbbd92c.

Change-Id: I7e47bb9f3dc218b7019bd94676d855fa3303d813

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