[Tizen] Support screen and client rotation
[platform/core/uifw/dali-core.git] / dali / integration-api / scene.cpp
index 9f9350b..d6146e7 100644 (file)
@@ -124,6 +124,11 @@ void Scene::SetSurface( Integration::RenderSurface& surface, bool forceUpdate )
   GetImplementation(*this).SetSurface( surface, forceUpdate );
 }
 
+void Scene::SurfaceResized( bool forceUpdate )
+{
+  GetImplementation( *this ).SurfaceResized( forceUpdate );
+}
+
 Integration::RenderSurface* Scene::GetSurface() const
 {
   return GetImplementation(*this).GetSurface();