Index: third_party/WebKit/Source/core/input/EventHandler.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h |
index 24128ae58c7843bdb15e3fc73d737f4dcbb6bcaf..f1b578ed085ebb5785a8a24ebaa51493897d874b 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -97,10 +97,7 @@ public: |
void nodeWillBeRemoved(Node&); |
void updateSelectionForMouseDrag(); |
- |
-#if OS(WIN) |
- void startPanScrolling(LayoutObject*); |
-#endif |
+ void startMiddleClickAutoscroll(LayoutObject*); |
// TODO(nzolghadr): Some of the APIs in this class only forward the action |
// to the corresponding Manager class. We need to investigate whether it is |