Index: Source/WebCore/page/AutoscrollController.h |
=================================================================== |
--- Source/WebCore/page/AutoscrollController.h (revision 140488) |
+++ Source/WebCore/page/AutoscrollController.h (working copy) |
@@ -42,6 +42,7 @@ |
NoAutoscroll, |
AutoscrollForSelection, |
#if ENABLE(PAN_SCROLLING) |
+ AutoscrollForPanCanStop, |
AutoscrollForPan, |
#endif |
}; |
@@ -76,8 +77,6 @@ |
AutoscrollType m_autoscrollType; |
#if ENABLE(PAN_SCROLLING) |
IntPoint m_panScrollStartPos; |
- bool m_panScrollButtonPressed; |
- bool m_springLoadedPanScrollInProgress; |
#endif |
}; |