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 c22bd7d9b14447ad6d26e138d5e02b5477063084..8fbe28817db5cb8926b72d2b2b7c99f20bdda700 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -96,10 +96,7 @@ public: |
void nodeWillBeRemoved(Node&); |
void updateSelectionForMouseDrag(); |
- |
-#if OS(WIN) |
void startPanScrolling(LayoutObject*); |
-#endif |
// 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 |