[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20191113.123454 submit/tizen/20191113.050030
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 13 Nov 2019 02:26:39 +0000 (11:26 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 13 Nov 2019 02:26:41 +0000 (11:26 +0900)
Change-Id: I30c03db9785d69034e1033b08c413bfdc3606ab8

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