Chromium Code Reviews| Index: third_party/WebKit/Source/core/input/GestureManager.h |
| diff --git a/third_party/WebKit/Source/core/input/GestureManager.h b/third_party/WebKit/Source/core/input/GestureManager.h |
| index 1cae20431ac0f32362b68ba3603c1692b7bc49d1..dcd921c44be84d132c21507e344dcb7489055ff4 100644 |
| --- a/third_party/WebKit/Source/core/input/GestureManager.h |
| +++ b/third_party/WebKit/Source/core/input/GestureManager.h |
| @@ -9,8 +9,8 @@ |
| #include "core/frame/LocalFrame.h" |
| #include "core/layout/HitTestRequest.h" |
| #include "core/page/EventWithHitTestResults.h" |
| -#include "platform/PlatformEvent.h" |
| #include "public/platform/WebInputEventResult.h" |
| +#include "wtf/Time.h" |
|
bokan
2017/02/02 20:33:18
Why is this needed? If it's for the cpp file, incl
dtapuska
2017/02/14 15:53:09
GestureManager has TimeTicks as a variable (m_last
|
| namespace blink { |