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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 1471993002: Resume cursor blinking on closing context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resume cursor blinking even when showPastePopup fails Created 5 years, 1 month 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 83d8c134ba8de5c72e2655aaf0aff2d3c84f5b29..0be409178d5b6e326d916613929994dba7232946 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -391,6 +391,9 @@ public:
// Shows a context menu for the currently focused element.
virtual void showContextMenu() = 0;
+ // Notify that context menu has been closed.
+ virtual void didCloseContextMenu() = 0;
+
// SmartClip support ---------------------------------------------------
virtual void extractSmartClipData(WebRect initRect, WebString& text, WebString& html, WebRect& resultRect) = 0;

Powered by Google App Engine
This is Rietveld 408576698