X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fmanager%2Ftransform-manager.h;h=6e13bac4a1978d364640ad98c874af0f49b5bb3a;hb=refs%2Fheads%2Ftizen_5.5_mobile_hotfix;hp=30b253b226a87a767785e208e586d2fe3bd5ba1e;hpb=55827866fcb8c7ee47581ac4335a3390472090e8;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/manager/transform-manager.h b/dali/internal/update/manager/transform-manager.h index 30b253b..6e13bac 100755 --- a/dali/internal/update/manager/transform-manager.h +++ b/dali/internal/update/manager/transform-manager.h @@ -341,7 +341,7 @@ public: * @param[in] id Id of the transform component * @return true if Component box is changed else false. */ - bool IsComponentChanged( TransformId id ); + bool IsComponentChanged( TransformId id ) const; /** * Get the world matrix and size of a given component @@ -354,9 +354,9 @@ public: /** * Get the update size hint, * @param[in] id Id of the transform component - * @return The update size hint of the component + * @param[out] The update size hint of the component */ - const Vector3& GetUpdateSizeHint( TransformId id ) const; + void GetUpdateSizeHint( TransformId id, Vector3& updateSizeHint ) const; /**