| 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
|
|
|