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