Chromium Code Reviews| 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 972a107b2fe7cf72ee3f4cf1b955420b85bfbe7e..2e63802d22089b6cfc5d59c1009b028e615d1061 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*); |
|
bokan
2016/09/07 16:33:46
This should be pan->middleClickAutoscroll, right?
|
| -#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 |