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 282c63d4397c1e1017af85547c1fd698842bef0e..ea18012bac38ab4d67589ba8fb06b0b6ba95d990 100644 |
| --- a/third_party/WebKit/Source/core/input/GestureManager.h |
| +++ b/third_party/WebKit/Source/core/input/GestureManager.h |
| @@ -14,6 +14,7 @@ |
| namespace blink { |
| +class HitTestResult; |
|
dtapuska
2016/08/19 19:07:12
Its unclear why this change is necessary. Is it in
mustaq
2016/08/19 19:38:36
Removed, thanks.
|
| class ScrollManager; |
| class SelectionController; |
| class PointerEventManager; |