X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=97b6e7a6e6878b79b7a0e58eeec76a0e7d7d3c52;hb=d2bc18872d7b4f316b86a0897e6c9fabf67a1241;hp=ff62bcb44e021d6eb8086f6efa49dbfc42570ee2;hpb=caa9d214b3e34809fd6fabfd4caa289c564416fe;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index ff62bcb..97b6e7a 100644 --- a/dali/integration-api/core.h +++ b/dali/integration-api/core.h @@ -291,8 +291,9 @@ public: * The Core will use the surface size for camera calculations, and to set the GL viewport. * Multi-threading note: this method should be called from the main thread * @param[in] surface The resized surface + * @param[in] forceUpate The flag is for update force */ - void SurfaceResized( Integration::RenderSurface* surface ); + void SurfaceResized( Integration::RenderSurface* surface, bool fourceUpdate ); /** * Notify the Core that the GL surface has been deleted.