Revert "[Tizen] Add screen and client rotation itself function"
[platform/core/uifw/dali-core.git] / dali / integration-api / scene.cpp
index ac3f289..c8bc91b 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, int orientation, bool forceUpdate )
+void Scene::SurfaceResized( float width, float height )
 {
-  GetImplementation( *this ).SurfaceResized( width, height, orientation, forceUpdate );
+  GetImplementation( *this ).SurfaceResized( width, height );
 }
 
 void Scene::SurfaceReplaced()