X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-wobble-effect-impl.h;h=3044ab77f0dc2fbb2aa5d44b863db33674a44b57;hb=refs%2Fchanges%2F34%2F39034%2F20;hp=8aafda96a5d39a1905100181bcd7e0b7985751e6;hpb=df92f45e89c92ca9b2286d51116ff7b69e75c569;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-wobble-effect-impl.h b/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-wobble-effect-impl.h index 8aafda9..3044ab7 100644 --- a/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-wobble-effect-impl.h +++ b/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-wobble-effect-impl.h @@ -98,21 +98,21 @@ private: * * @param[in] position The current scroll position */ - void OnScrollStart( const Vector3& position ); + void OnScrollStart( const Vector2& position ); /** * Signal handler, called when the ScrollView is moving * * @param[in] position The current scroll position */ - void OnScrollUpdate( const Vector3& position ); + void OnScrollUpdate( const Vector2& position ); /** * Signal handler, called when the ScrollView has completed movement * * @param[in] position The current scroll position */ - void OnScrollComplete( const Vector3& position ); + void OnScrollComplete( const Vector2& position ); /** * Signal handler, called when the Wobble Effect animation has completed.