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

Unified Diff: ui/views/animation/test/test_ink_drop_highlight_observer.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/test_ink_drop_highlight_observer.cc
diff --git a/ui/views/animation/test/test_ink_drop_hover_observer.cc b/ui/views/animation/test/test_ink_drop_highlight_observer.cc
similarity index 50%
rename from ui/views/animation/test/test_ink_drop_hover_observer.cc
rename to ui/views/animation/test/test_ink_drop_highlight_observer.cc
index a3e4f772e7d8ba44e6a4fc7dabbb362e8f6974ef..17e1251fb12b50c2e22131c0bb361f01da2858ef 100644
--- a/ui/views/animation/test/test_ink_drop_hover_observer.cc
+++ b/ui/views/animation/test/test_ink_drop_highlight_observer.cc
@@ -2,22 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/views/animation/test/test_ink_drop_hover_observer.h"
+#include "ui/views/animation/test/test_ink_drop_highlight_observer.h"
-#include "ui/views/animation/ink_drop_hover.h"
+#include "ui/views/animation/ink_drop_highlight.h"
namespace views {
namespace test {
-TestInkDropHoverObserver::TestInkDropHoverObserver() {}
+TestInkDropHighlightObserver::TestInkDropHighlightObserver() {}
-void TestInkDropHoverObserver::AnimationStarted(
- InkDropHover::AnimationType animation_type) {
+void TestInkDropHighlightObserver::AnimationStarted(
+ InkDropHighlight::AnimationType animation_type) {
ObserverHelper::OnAnimationStarted(animation_type);
}
-void TestInkDropHoverObserver::AnimationEnded(
- InkDropHover::AnimationType animation_type,
+void TestInkDropHighlightObserver::AnimationEnded(
+ InkDropHighlight::AnimationType animation_type,
InkDropAnimationEndedReason reason) {
ObserverHelper::OnAnimationEnded(animation_type, reason);
}
« no previous file with comments | « ui/views/animation/test/test_ink_drop_highlight_observer.h ('k') | ui/views/animation/test/test_ink_drop_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698