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

Unified Diff: ui/views/controls/menu/submenu_view.cc

Issue 2289143004: Add ink drop ripple (but no highlight) to comboboxes in harmony. (Closed)
Patch Set: remove explicit and improve combobox example Created 4 years, 4 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/submenu_view.h ('k') | ui/views/controls/prefix_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/submenu_view.cc
diff --git a/ui/views/controls/menu/submenu_view.cc b/ui/views/controls/menu/submenu_view.cc
index 1e2de11bd0311293e2c3b052f52a8a8a97141304..a04d83292a64b7fabb80a78afd85b9c39f84f7ca 100644
--- a/ui/views/controls/menu/submenu_view.cc
+++ b/ui/views/controls/menu/submenu_view.cc
@@ -47,7 +47,7 @@ SubmenuView::SubmenuView(MenuItemView* parent)
resize_open_menu_(false),
scroll_animator_(new ScrollAnimator(this)),
roundoff_error_(0),
- prefix_selector_(this) {
+ prefix_selector_(this, this) {
DCHECK(parent);
// We'll delete ourselves, otherwise the ScrollView would delete us on close.
set_owned_by_client();
« no previous file with comments | « ui/views/controls/menu/submenu_view.h ('k') | ui/views/controls/prefix_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698