| 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 b41c7ef7089c248a5283b10df753521522d0d320..1cae20431ac0f32362b68ba3603c1692b7bc49d1 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.h
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.h
|
| @@ -36,7 +36,7 @@ class CORE_EXPORT GestureManager
|
| void clear();
|
|
|
| HitTestRequest::HitTestRequestType getHitTypeForGestureType(
|
| - PlatformEvent::EventType);
|
| + WebInputEvent::Type);
|
| WebInputEventResult handleGestureEventInFrame(
|
| const GestureEventWithHitTestResults&);
|
|
|
|
|