| 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 60ab57421ec8d861499de0d0f4bd17ca456bbf2c..d44fa90d4ea09c01815913e9456706d9fd5a7505 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&);
|
|
|
|
|