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

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

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: fix 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 7eee0fb8435478bc8421d0656512c4de7722df77..7f852d05e9f8957c4403bc4272c0f29aae3c2fae 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -373,7 +373,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,
+ bool from_touch_handle) 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