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

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

Issue 1923773002: Merge "Android: SELECT popups should not send notifications if a renderer asked to close it." to M5… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDropdown.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebExternalPopupMenu.h
diff --git a/third_party/WebKit/public/web/WebExternalPopupMenu.h b/third_party/WebKit/public/web/WebExternalPopupMenu.h
index 44a2e8b85a56d6e761e5559baf7cdde35b06d82d..22c89b17bf2fb27cc311854d92db8509a8c9a7bb 100644
--- a/third_party/WebKit/public/web/WebExternalPopupMenu.h
+++ b/third_party/WebKit/public/web/WebExternalPopupMenu.h
@@ -38,6 +38,8 @@ struct WebRect;
class WebExternalPopupMenu {
public:
virtual void show(const WebRect& bounds) = 0;
+ // Close the popup menu widget. This function should not call
+ // WebExternalPopupMenuClient functions.
virtual void close() = 0;
};
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDropdown.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698