X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fcommon%2Fscene-impl.h;h=ab55a3a0931d95a9b4ce9a3a3e33821501dd0d3b;hb=refs%2Ftags%2Fsubmit%2Ftizen%2F20200408.061309;hp=99a3e507cdd952423f3508ff30a94feb43b68aae;hpb=1526e88b8690366ec8c6458aade0ba331b9a79db;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/common/scene-impl.h b/dali/internal/event/common/scene-impl.h index 99a3e50..ab55a3a 100644 --- a/dali/internal/event/common/scene-impl.h +++ b/dali/internal/event/common/scene-impl.h @@ -123,8 +123,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 ); /** * @copydoc Dali::Integration::Scene::SurfaceReplaced @@ -290,6 +292,9 @@ private: Vector4 mBackgroundColor; + // The SurfaceOrientation + int mSurfaceOrientation; + LayerPtr mRootLayer; // Ordered list of currently on-stage layers