Merge branch 'devel/master' into devel/graphics
[platform/core/uifw/dali-adaptor.git] / dali / internal / canvas-renderer / common / drawable-impl.h
index 10e25f5..b6f404b 100644 (file)
@@ -86,16 +86,15 @@ public:
   virtual bool Transform(const Dali::Matrix3& matrix);
 
   /**
-   * @brief Set whether drawable added to the other object(canvas or drawable) or not.
-   * @param[in] added Ture if added, false otherwise.
+   * @copydoc Dali::CanvasRenderer::Drawable::GetBoundingBox
    */
-  virtual void SetDrawableAdded(bool added);
+  virtual Rect<float> GetBoundingBox() const;
 
   /**
-   * @brief Returns whether this object was added to another object(canvas or drawable).
-   * @return Returns Ture if added, false otherwise.
+   * @brief Set whether drawable added to the other object(canvas or drawable) or not.
+   * @param[in] added Ture if added, false otherwise.
    */
-  virtual bool IsDrawableAdded();
+  virtual void SetDrawableAdded(bool added);
 
   /**
    * @brief Returns a drawable object pointer.