(ItemView) Implemented SetOvershootEnabled which is used by Scrollable::Enable/Disabl...
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / scrollable / item-view / item-view-impl.h
index 5f42a61..d7e1340 100644 (file)
@@ -458,9 +458,9 @@ private:
   void RemoveAnimation(Animation& animation);
 
   /**
-   * Helper to apply constraints to the overshoot overlay actor.
+   * @copydoc Toolkit::Internal::Scrollable::SetOvershootEnabled
    */
-  void ApplyOvershootOverlayConstraints();
+  virtual void SetOvershootEnabled( bool enable );
 
   /**
    * Helper to calculate the scroll overshoot according to the pan gesture displacement.