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

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

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: Fixing rebase bug Created 3 years, 8 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..41d2a87a20a9a2630842acab254f9cbc58726a32 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 = false) 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