Revert "[Tizen] Add screen and client rotation itself function"
[platform/core/uifw/dali-core.git] / dali / integration-api / scene.cpp
index 4389c60..6d69db8 100644 (file)
@@ -112,9 +112,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()