[Tizen] Support Client Rotation and Screen Rotation
[platform/core/uifw/dali-core.git] / dali / integration-api / core.cpp
index 596ef9a..0d265f6 100644 (file)
@@ -86,9 +86,9 @@ 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 )