[Tizen] Implement partial update
[platform/core/uifw/dali-core.git] / dali / internal / update / manager / transform-manager.h
index 30b253b..6e13bac 100755 (executable)
@@ -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;
 
 
   /**