New size negotiation
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / buttons / push-button-impl.h
index 2784bab..89bce4b 100644 (file)
@@ -201,7 +201,7 @@ private:
    * @param[inout] image The actor.
    * @param[in] opacity The initial opacity.
    */
-  void FadeInImage( Actor& image, float opacity = 0.f );
+  void FadeInImage( Actor& image, float opacity = 0.f, int priority = -1 );
 
   /**
    * It adds the actor fade out animation and stores it to be removed when the animation finishes.