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

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

Issue 267593005: Refactor menu controller to isolate aura dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes for sky Created 6 years, 7 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 | « ui/views/controls/menu/menu_config_mac.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_controller.h
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
index 910d3809f8276930c4e630f7cf2cfa84dedeabd1..ceac991a6426e82fab75c2a4638daab67c9223e3 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -37,6 +37,7 @@ namespace views {
class MenuButton;
class MenuHostRootView;
class MenuItemView;
+class MenuMessageLoop;
class MouseEvent;
class SubmenuView;
class View;
@@ -598,7 +599,7 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
// Set to true if the menu item was selected by touch.
bool item_selected_by_touch_;
- scoped_ptr<ui::ScopedEventDispatcher> nested_dispatcher_;
+ scoped_ptr<MenuMessageLoop> message_loop_;
DISALLOW_COPY_AND_ASSIGN(MenuController);
};
« no previous file with comments | « ui/views/controls/menu/menu_config_mac.cc ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698