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/animation/ink_drop_state.cc

Issue 1949143003: Added pretty printers for some Ink Drop enums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_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");

Powered by Google App Engine
This is Rietveld 408576698