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

Unified Diff: views/controls/menu/menu_controller.h

Issue 2741004: Makes it so child views of menuitemview can be traversed with the (Closed)
Patch Set: Tweaks Created 10 years, 6 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
Index: views/controls/menu/menu_controller.h
diff --git a/views/controls/menu/menu_controller.h b/views/controls/menu/menu_controller.h
index 734e445c126c3d89c127a119708b687981655d3a..b57139f8594245e5e751794f08c2edfc54092977 100644
--- a/views/controls/menu/menu_controller.h
+++ b/views/controls/menu/menu_controller.h
@@ -203,6 +203,10 @@ class MenuController : public MessageLoopForUI::Dispatcher {
~MenuController();
+ // If there is a hot tracked view AcceleratorPressed is invoked on it and
+ // true is returned.
+ bool SendAcceleratorToHotTrackedView();
+
void UpdateInitialLocation(const gfx::Rect& bounds,
MenuItemView::AnchorPosition position);

Powered by Google App Engine
This is Rietveld 408576698