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

Unified Diff: chrome/browser/ui/views/toolbar/app_menu_button.cc

Issue 1422593003: Made material design ink drop QUICK_ACTION animation more visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed varkha@'s comments and minor fixes. Created 5 years, 1 month 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: chrome/browser/ui/views/toolbar/app_menu_button.cc
diff --git a/chrome/browser/ui/views/toolbar/app_menu_button.cc b/chrome/browser/ui/views/toolbar/app_menu_button.cc
index fe81877bfa59310f01102317d29f51d45b635fbd..14215661c0c103bb96250bb085aa81299438c0ea 100644
--- a/chrome/browser/ui/views/toolbar/app_menu_button.cc
+++ b/chrome/browser/ui/views/toolbar/app_menu_button.cc
@@ -39,7 +39,7 @@ AppMenuButton::AppMenuButton(ToolbarView* toolbar_view)
severity_(AppMenuIconPainter::SEVERITY_NONE),
ink_drop_animation_controller_(
views::InkDropAnimationControllerFactory::
- CreateInkDropAnimationController(this)),
+ CreateInkDropAnimationController(this, this)),
toolbar_view_(toolbar_view),
allow_extension_dragging_(
extensions::FeatureSwitch::extension_action_redesign()

Powered by Google App Engine
This is Rietveld 408576698