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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 719839f2c93c775b1776f49f470398e491b68acb..33a4b6e90fc5ebc002faab50943b6a5150ded9ff 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -261,6 +261,7 @@ public:
unsigned inactiveForegroundColor) override;
void performCustomContextMenuAction(unsigned action) override;
void showContextMenu() override;
+ void didCloseContextMenu() override;
void extractSmartClipData(WebRect, WebString&, WebString&, WebRect&) override;
void hidePopups() override;
void setPageOverlayColor(WebColor) override;

Powered by Google App Engine
This is Rietveld 408576698