| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index 2cf98079c1fed5682321b4fb86bdeaadc7f83dd0..ae8a9e7ad297ba74ce1ca447c86a3e8843116662 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -50,6 +50,7 @@
|
| #include "third_party/WebKit/public/platform/WebDisplayMode.h"
|
| #include "ui/base/ime/text_input_mode.h"
|
| #include "ui/base/ime/text_input_type.h"
|
| +#include "ui/base/ui_base_types.h"
|
| #include "ui/events/gesture_detection/gesture_provider_config_helper.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/latency/latency_info.h"
|
| @@ -377,7 +378,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| void ForwardEmulatedTouchEvent(
|
| const blink::WebTouchEvent& touch_event) override;
|
| void SetCursor(const WebCursor& cursor) override;
|
| - void ShowContextMenuAtPoint(const gfx::Point& point) override;
|
| + void ShowContextMenuAtPoint(const gfx::Point& point,
|
| + const ui::MenuSourceType source_type) override;
|
|
|
| // Queues a synthetic gesture for testing purposes. Invokes the on_complete
|
| // callback when the gesture is finished running.
|
|
|