| 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..5214406b2266b0f6e11e51018a030ee507fe8bae 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator_client.h
|
| +++ b/content/browser/renderer_host/input/touch_emulator_client.h
|
| @@ -9,6 +9,7 @@
|
| #include "content/common/cursors/webcursor.h"
|
| #include "third_party/WebKit/public/platform/WebGestureEvent.h"
|
| #include "third_party/WebKit/public/platform/WebTouchEvent.h"
|
| +#include "ui/base/ui_base_types.h"
|
|
|
| namespace content {
|
|
|
| @@ -21,7 +22,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,
|
| + const ui::MenuSourceType source_type) = 0;
|
| };
|
|
|
| } // namespace content
|
|
|