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

Unified Diff: ui/views/animation/ink_drop_host_view.cc

Issue 1849563002: Re-order the BookmarkBarView to be behind the ToolbarView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: ui/views/animation/ink_drop_host_view.cc
diff --git a/ui/views/animation/ink_drop_host_view.cc b/ui/views/animation/ink_drop_host_view.cc
index ab55881611f0a8bf65904f434f487d3fbfc29203..713f8b8c74c1218241f7ec01472c6fdb1f27b4d6 100644
--- a/ui/views/animation/ink_drop_host_view.cc
+++ b/ui/views/animation/ink_drop_host_view.cc
@@ -11,7 +11,7 @@
namespace views {
// Default sizes for ink drop effects.
-const int kInkDropSize = 24;
+const int kInkDropSize = 40;
const int kInkDropLargeCornerRadius = 4;
// static

Powered by Google App Engine
This is Rietveld 408576698