Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1648)

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Mac test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698