[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200609.153610 submit/tizen/20200608.102825
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 10:25:12 +0000 (19:25 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 10:25:16 +0000 (19:25 +0900)
This reverts commit 34b2faa4e85f73e58ccacbb523002ba31d6cc7de.

Change-Id: I12a40784f17c5da7025c0ec6cf735bd843da9a20

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

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