| Index: third_party/WebKit/Source/core/input/GestureManager.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| index 131f5d8b890a11e0152421081e9b67e22fa29536..ef489419eb7e439fdb656a203110f8c541417394 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
|
| @@ -16,6 +16,7 @@
|
| #include "core/input/InputDeviceCapabilities.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/Page.h"
|
| +#include "platform/scroll/ScrollAnimatorBase.h"
|
|
|
| namespace blink {
|
|
|
|
|