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

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

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Fixed naming 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 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.

Powered by Google App Engine
This is Rietveld 408576698