[Tizen] Apply modified interface of SurfaceResized accepted/tizen/unified/20200603.150109 submit/tizen/20200602.073234
authorWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 02:43:38 +0000 (11:43 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 02:43:47 +0000 (11:43 +0900)
This reverts commit ce9e2cb1ec562fc5770edc0b83d96fee192d08ac.

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

index 9c6f340..59cb6cd 100644 (file)
@@ -185,7 +185,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 );