| 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 91955577a80c9170b52045850bba993d68df2e06..282c63d4397c1e1017af85547c1fd698842bef0e 100644
|
| --- a/third_party/WebKit/Source/core/input/GestureManager.h
|
| +++ b/third_party/WebKit/Source/core/input/GestureManager.h
|
| @@ -46,6 +46,9 @@ private:
|
| WebInputEventResult handleGestureTap(const GestureEventWithHitTestResults&);
|
| WebInputEventResult handleGestureLongPress(const GestureEventWithHitTestResults&);
|
| WebInputEventResult handleGestureLongTap(const GestureEventWithHitTestResults&);
|
| + WebInputEventResult handleGestureTwoFingerTap(const GestureEventWithHitTestResults&);
|
| +
|
| + WebInputEventResult sendContextMenuEventForGesture(const GestureEventWithHitTestResults&);
|
|
|
| FrameHost* frameHost() const;
|
|
|
|
|