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

Unified Diff: ui/views/animation/test/ink_drop_utils.cc

Issue 2034963002: Rename InkDropHover to InkDropHighlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp file Created 4 years, 6 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/test/ink_drop_utils.cc
diff --git a/ui/views/animation/test/ink_drop_utils.cc b/ui/views/animation/test/ink_drop_utils.cc
index 042c137f38818fd85fa6800a449a8fbfbf1afcba..780b0c6f72b757b83108ba795d3bb262a5ecd110 100644
--- a/ui/views/animation/test/ink_drop_utils.cc
+++ b/ui/views/animation/test/ink_drop_utils.cc
@@ -5,7 +5,7 @@
#include <ostream>
#include "ui/views/animation/ink_drop_animation_ended_reason.h"
-#include "ui/views/animation/ink_drop_hover.h"
+#include "ui/views/animation/ink_drop_highlight.h"
#include "ui/views/animation/ink_drop_state.h"
namespace views {
@@ -14,7 +14,8 @@ void PrintTo(InkDropState ink_drop_state, ::std::ostream* os) {
*os << ToString(ink_drop_state);
}
-void PrintTo(InkDropHover::AnimationType animation_type, ::std::ostream* os) {
+void PrintTo(InkDropHighlight::AnimationType animation_type,
+ ::std::ostream* os) {
*os << ToString(animation_type);
}
« no previous file with comments | « ui/views/animation/test/ink_drop_impl_test_api.cc ('k') | ui/views/animation/test/test_ink_drop_highlight_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698