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 1263b8002be9de619a207c2b4c3a51de31e0b870..6296dd0b8195ac833d72b1928607b31577001704 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -49,6 +49,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. |