Chromium Code Reviews| Index: third_party/WebKit/Source/core/input/ScrollManager.cpp |
| diff --git a/third_party/WebKit/Source/core/input/ScrollManager.cpp b/third_party/WebKit/Source/core/input/ScrollManager.cpp |
| index c858794fe836c173daa354c437ed73fef0562e7d..e433c2dc09ef05f6618ce83f7c7c7e437127eebe 100644 |
| --- a/third_party/WebKit/Source/core/input/ScrollManager.cpp |
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.cpp |
| @@ -6,6 +6,8 @@ |
| #include <memory> |
| #include "core/dom/DOMNodeIds.h" |
| +#include "core/dom/Node.h" |
|
bokan
2017/05/19 19:35:57
Unneeded leftovers?
sunyunjia
2017/05/25 20:07:10
Done.
|
| +#include "core/dom/NodeComputedStyle.h" |
| #include "core/events/GestureEvent.h" |
| #include "core/frame/BrowserControls.h" |
| #include "core/frame/FrameView.h" |