X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.cpp;h=0d265f657bd531a2af1bc104c5c7b6eb7217de57;hp=596ef9a2da175f8bb461440ca3dab38751c93973;hb=d2bc18872d7b4f316b86a0897e6c9fabf67a1241;hpb=5395cfa5d5893fc92943ca52e499fc70ca5037fb diff --git a/dali/integration-api/core.cpp b/dali/integration-api/core.cpp index 596ef9a..0d265f6 100644 --- a/dali/integration-api/core.cpp +++ b/dali/integration-api/core.cpp @@ -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 )