[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20191230.121025 submit/tizen/20191227.095549
authorJoogab Yun <joogab.yun@samsung.com>
Fri, 27 Dec 2019 08:58:12 +0000 (17:58 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 27 Dec 2019 08:58:16 +0000 (17:58 +0900)
This reverts commit 2126d0766d6e5806578d1d20af66b674cb5a9658.

Change-Id: I3b6dca8f0dc9992442f26b5a39195f4d93b0aed8

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

index 13959c2..fe5ba41 100755 (executable)
@@ -206,7 +206,7 @@ void EvasPlugin::ResizeSurface( int width, int height )
 
   mSurface->MoveResize( PositionSize( 0, 0, width, height ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );