X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=c1c225c525e58f12ba31ed3259809f23228a7ae2;hb=f33b548fc3bd1aa5d106bab2da00edd41279f2de;hp=b69eb109d6a989b50543b98eba5a78c6c17eb9c0;hpb=b6f3cecfe0a93c5222e2fd8cd7f5d3af4af71475;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index b69eb10..c1c225c 100755 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -205,8 +205,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.