[Tizen] Apply modified interface of SurfaceResized
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Jul 2020 06:36:43 +0000 (15:36 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 27 Jul 2020 06:36:47 +0000 (15:36 +0900)
Change-Id: I4e20122750040a7126d0ace30469bf00babbbb51

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

index 3a14a8f..21aae62 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 );