Revert "[Tizen] fix visual artifact of Transition"
[platform/core/uifw/dali-core.git] / dali / public-api / actors / custom-actor-impl.h
index 16da6e6..9c512bd 100644 (file)
@@ -268,16 +268,6 @@ public:
   virtual void OnLayoutNegotiated(float size, Dimension::Type dimension) = 0;
 
   /**
-   * @brief Set this CustomActor is transparent or not without any affection on the child Actors.
-   */
-  void SetTransparent(bool transparent);
-
-  /**
-   * @brief Get this CustomActor is transparent or not.
-   */
-  bool GetTransparent() const;
-
-  /**
    * @brief Retrieves the extension for this control.
    *
    * @SINCE_1_0.0
@@ -363,6 +353,16 @@ protected: // For derived classes
    */
   bool RelayoutDependentOnChildrenBase(Dimension::Type dimension = Dimension::ALL_DIMENSIONS);
 
+  /**
+   * @brief Set this CustomActor is transparent or not without any affection on the child Actors.
+   */
+  virtual void SetTransparent(bool transparent);
+
+  /**
+   * @brief Get this CustomActor is transparent or not.
+   */
+  virtual bool GetTransparent() const;
+
 public: // Not intended for application developers
   /**
    * @brief Initializes a CustomActor.