X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-sizer.h;h=27ea3f7637bb5c971a46ba63ec45d35bad6a7dca;hb=refs%2Fchanges%2F66%2F285966%2F4;hp=21496947183141cd86b98e44d8b18713f2f88e04;hpb=aa08b7ac44db080b62ad9821291cc7c251a4e1e4;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/actor-sizer.h b/dali/internal/event/actors/actor-sizer.h index 2149694..27ea3f7 100644 --- a/dali/internal/event/actors/actor-sizer.h +++ b/dali/internal/event/actors/actor-sizer.h @@ -355,11 +355,12 @@ private: Vector2 GetPreferredSize() const; private: - Internal::Actor& mOwner; // Owner of this actor sizer - Relayouter* mRelayoutData; ///< Struct to hold optional collection of relayout variables - Dali::Vector3 mTargetSize; ///< Event-side storage for size (not a pointer as most actors will have a size) - Dali::Vector3 mAnimatedSize; ///< Event-side storage for size animation - uint16_t mUseAnimatedSize; ///< Whether the size is animated. + Internal::Actor& mOwner; // Owner of this actor sizer + Relayouter* mRelayoutData; ///< Struct to hold optional collection of relayout variables + Dali::Vector3 mTargetSize; ///< Event-side storage for size (not a pointer as most actors will have a size) + Dali::Vector3 mAnimatedSize; ///< Event-side storage for size animation + uint16_t mUseAnimatedSize; ///< Whether the size is animated. + bool mTargetSizeDirtyFlag; ///< Whether the target size is dirty or not. bool mInsideOnSizeSet : 1; };