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

Unified Diff: third_party/WebKit/public/web/WebView.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: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index f00b7ac598ef73f780a4f09017106810874ab04d..bdd7ab322f5aaddbc363137c8b5667e213f552f2 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -390,7 +390,7 @@ class WebView : protected WebWidget {
virtual void PerformCustomContextMenuAction(unsigned action) = 0;
// Shows a context menu for the currently focused element.
- virtual void ShowContextMenu() = 0;
+ virtual void ShowContextMenu(bool from_touch_handle) = 0;
yosin_UTC9 2017/05/10 04:39:49 It seems pass around a reason of context menu invo
// Notify that context menu has been closed.
virtual void DidCloseContextMenu() = 0;

Powered by Google App Engine
This is Rietveld 408576698