summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/renderer_host/webmenurunner_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/renderer_host/webmenurunner_mac.h')
-rw-r--r--chromium/content/browser/renderer_host/webmenurunner_mac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/browser/renderer_host/webmenurunner_mac.h b/chromium/content/browser/renderer_host/webmenurunner_mac.h
index e1ce91a9e43..392ce9a0399 100644
--- a/chromium/content/browser/renderer_host/webmenurunner_mac.h
+++ b/chromium/content/browser/renderer_host/webmenurunner_mac.h
@@ -52,6 +52,9 @@
withBounds:(NSRect)bounds
initialIndex:(int)index;
+// Hides a popup menu if it's visible.
+- (void)hide;
+
// Returns the index of selected menu item, or its initial value (-1) if no item
// was selected.
- (int)indexOfSelectedItem;