Revert "[3.0] Added test cases and removed dead code"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scrollable / scrollable-impl.h
index 660606c..0d5d045 100644 (file)
@@ -55,6 +55,12 @@ public:
   void SetOvershootEnabled(bool enable);
 
   /**
+   * Gets the size of the domain (minimum/maximum extents for each axis to scroll to)
+   * @return the domain size
+   */
+  virtual Vector2 GetDomainSize() const = 0;
+
+  /**
    * Adds actor as an Overlay to Scrollable
    * This method is called by Add-on UI components
    * such as scroll bars, page indicators.