[Tizen] Add screen and client rotation itself function
[platform/core/uifw/dali-core.git] / dali / integration-api / scene.cpp
index c8bc91b..ac3f289 100644 (file)
@@ -119,9 +119,9 @@ Layer Scene::GetLayer( uint32_t depth ) const
   return GetImplementation(*this).GetLayer( depth );
 }
 
-void Scene::SurfaceResized( float width, float height )
+void Scene::SurfaceResized( float width, float height, int orientation, bool forceUpdate )
 {
-  GetImplementation( *this ).SurfaceResized( width, height );
+  GetImplementation( *this ).SurfaceResized( width, height, orientation, forceUpdate );
 }
 
 void Scene::SurfaceReplaced()