[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200303.032604 submit/tizen/20200302.072755
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 2 Mar 2020 06:08:01 +0000 (15:08 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 2 Mar 2020 06:08:03 +0000 (15:08 +0900)
Change-Id: Idf6780507ddd7e5ea08b5fdbe311353fc715cd65

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

index 1484c9e..0931fa1 100755 (executable)
@@ -198,7 +198,7 @@ void EvasPlugin::ResizeSurface( int width, int height )
 
   mSurface->MoveResize( PositionSize( 0, 0, width, height ) );
 
-  SurfaceResized();
+  SurfaceResized( true );
 
   Adaptor::SurfaceSize newSize( width, height );