X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fscene.h;h=5258eeccbbfbd5e842e0dfd940346130a05089d8;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20200408.061309;hp=9211ae18ad5d860099a5e0673f1bae3b6f2c1c3f;hpb=1526e88b8690366ec8c6458aade0ba331b9a79db;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.