| Index: ui/views/animation/ink_drop_state.cc
|
| diff --git a/ui/views/animation/ink_drop_state.cc b/ui/views/animation/ink_drop_state.cc
|
| index adbefae1a22e62ab54aa22546f0db7a93a0f3c40..5ef87a9fbeb3319444b996d46d29b97ce4a49d2d 100644
|
| --- a/ui/views/animation/ink_drop_state.cc
|
| +++ b/ui/views/animation/ink_drop_state.cc
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace views {
|
|
|
| -std::string ToString(InkDropState state) {
|
| +std::string ToString(const InkDropState& state) {
|
| switch (state) {
|
| case InkDropState::HIDDEN:
|
| return std::string("HIDDEN");
|
|
|