Index: third_party/WebKit/WebCore/page/EventHandler.h |
=================================================================== |
--- third_party/WebKit/WebCore/page/EventHandler.h (revision 9391) |
+++ third_party/WebKit/WebCore/page/EventHandler.h (working copy) |
@@ -217,7 +217,9 @@ |
void handleKeyboardSelectionMovement(KeyboardEvent*); |
Cursor selectCursor(const MouseEventWithHitTestResults&, Scrollbar*); |
+#if ENABLE(PAN_SCROLLING) |
void setPanScrollCursor(); |
+#endif |
void hoverTimerFired(Timer<EventHandler>*); |