webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h
changeset 42 d39add9822e2
parent 13 10e98eab6f85
child 58 220a17280356
child 65 5bfc169077b2
--- a/webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h	Mon Jan 18 21:20:18 2010 +0200
+++ b/webengine/osswebengine/WebKit/s60/webview/WebPageScrollHandler.h	Tue Feb 02 00:56:45 2010 +0200
@@ -24,7 +24,7 @@
 #include <e32base.h>
 #include <coedef.h>
 #include <w32std.h>
-#include <rt_gesturehelper.h>
+#include <stmgestureinterface.h>
 #include "WebScrollingDecelerator.h"
 
 
@@ -180,9 +180,9 @@
         static int pageOverviewScrollCallback( TAny* aPtr );
         //static int handleScrollTimerEventCallback( TAny* ptr);
         void scrollPageOverviewGH();
-        void handleScrollingGH(const RT_GestureHelper::TGestureEvent& aEvent);
-        void handleTouchDownGH(const RT_GestureHelper::TGestureEvent& aEvent);
-        void handleTouchUpGH(const RT_GestureHelper::TGestureEvent& aEvent);
+        void handleScrollingGH(const TStmGestureEvent& aGesture);
+        void handleTouchDownGH(const TStmGestureEvent& aGesture);
+        void handleTouchUpGH(const TStmGestureEvent& aGesture);
         void updateScrollbars(const TPoint& scrollPos, TPoint& newscrollDelta);
 
 public:
@@ -193,7 +193,7 @@
         bool calculateScrollableElement(const TPoint& aNewPosition);
         
         void scrollPageOverview(const TPointerEvent& pointerEvent);
-        bool startDeceleration(const RT_GestureHelper::TGestureEvent& aEvent);
+        bool startDeceleration(const TStmGestureEvent& aGesture);
         
      private:  
         // Pointer to owning view