[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200826.133129 accepted/tizen/unified/20200831.001948 submit/tizen/20200825.050532 submit/tizen/20200828.113809
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 24 Aug 2020 05:44:37 +0000 (14:44 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 24 Aug 2020 05:44:41 +0000 (14:44 +0900)
This reverts commit d967eef7858120c5fb3442f239b901adc7a8ffe1.

Change-Id: I4c5682f31bb26a72a23252d9489c6bf99f70fdee

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

index c92dc92..8a40e45 100644 (file)
@@ -186,7 +186,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 );