diff options
Diffstat (limited to 'views/controls/menu/menu_wrapper.h')
-rw-r--r-- | views/controls/menu/menu_wrapper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/controls/menu/menu_wrapper.h b/views/controls/menu/menu_wrapper.h index 740ece2..65d75ce 100644 --- a/views/controls/menu/menu_wrapper.h +++ b/views/controls/menu/menu_wrapper.h @@ -20,8 +20,7 @@ class MenuWrapper { public: virtual ~MenuWrapper() {} - // Runs the menu at the specified point. This may or may not block depending - // on the platform. + // Runs the menu at the specified point. This blocks until done. virtual void RunMenuAt(const gfx::Point& point, int alignment) = 0; // Cancels the active menu. |