X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=1f6a60adfacabb9aaf23e353be8bccf2b5001e29;hp=e396295b21d11aabe4de452ca76cba250ee7468b;hb=8f612650d20752ab6aba022a9dbefdb883968e8f;hpb=4a5882e3ff8c081c394b3994d3650600dce8fea4 diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index e396295..1f6a60a 100644 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -213,8 +213,10 @@ public: * * @param[in] width The new width of the set surface * @param[in] height The new height of the set surface + * @param[in] orientation The orientation of the surface + * @param[in] forceUpdate The flag to update force */ - void SurfaceResized(float width, float height); + void SurfaceResized(float width, float height, int orientation, bool forceUpdate); /** * @brief Informs the scene that the surface has been replaced.