| Index: content/browser/renderer_host/input/touch_emulator_client.h
|
| diff --git a/content/browser/renderer_host/input/touch_emulator_client.h b/content/browser/renderer_host/input/touch_emulator_client.h
|
| index 82ab49ea1451686a33303df19aefdd4edf257c45..1d39ead19deb3755c13e48e3dab7f2cf8f9a3c70 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator_client.h
|
| +++ b/content/browser/renderer_host/input/touch_emulator_client.h
|
| @@ -21,7 +21,8 @@ class CONTENT_EXPORT TouchEmulatorClient {
|
| const blink::WebGestureEvent& event) = 0;
|
| virtual void ForwardEmulatedTouchEvent(const blink::WebTouchEvent& event) = 0;
|
| virtual void SetCursor(const WebCursor& cursor) = 0;
|
| - virtual void ShowContextMenuAtPoint(const gfx::Point& point) = 0;
|
| + virtual void ShowContextMenuAtPoint(const gfx::Point& point,
|
| + bool from_touch_handle) = 0;
|
| };
|
|
|
| } // namespace content
|
|
|