X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-view-wobble-effect-impl.h;h=3044ab77f0dc2fbb2aa5d44b863db33674a44b57;hp=e8bf3b507642f71ce2534f91aacae71336618123;hb=df89f9f230cadaac7be4007d1b1a7cf7dc893011;hpb=1db0a8becea3dbdebaa942d934d91824a92434e7 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 e8bf3b5..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 @@ -20,7 +20,7 @@ // EXTERNAL INCLUDES #include -#include +#include #include #include #include @@ -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.