X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=5258eeccbbfbd5e842e0dfd940346130a05089d8;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20200529.124241;hp=9211ae18ad5d860099a5e0673f1bae3b6f2c1c3f;hpb=bbbd986a3779df135740042b07321370deac2ba0;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/scene.h b/dali/integration-api/scene.h index 9211ae1..5258eec 100755 --- a/dali/integration-api/scene.h +++ b/dali/integration-api/scene.h @@ -199,8 +199,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.