[Tizen] Support Client Rotation and Screen Rotation
[platform/core/uifw/dali-core.git] / dali / integration-api / core.cpp
index 8c27976..0d265f6 100644 (file)
@@ -86,9 +86,14 @@ void Core::RecoverFromContextLoss()
   mImpl->RecoverFromContextLoss();
 }
 
-void Core::SurfaceResized( Integration::RenderSurface* surface )
+void Core::SurfaceResized( Integration::RenderSurface* surface, bool forceUpdate )
 {
-  mImpl->SurfaceResized(surface);
+  mImpl->SurfaceResized(surface, forceUpdate);
+}
+
+void Core::SurfaceDeleted( Integration::RenderSurface* surface )
+{
+  mImpl->SurfaceDeleted(surface);
 }
 
 void Core::SceneCreated()