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

Unified Diff: ui/views/animation/test/ink_drop_impl_test_api.h

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_impl_test_api.h
diff --git a/ui/views/animation/test/ink_drop_impl_test_api.h b/ui/views/animation/test/ink_drop_impl_test_api.h
index 845e8a11638635eeed195546af6b7fa6237d3569..04df563c6f358ad44500c6c4a4efe2a9256d9f14 100644
--- a/ui/views/animation/test/ink_drop_impl_test_api.h
+++ b/ui/views/animation/test/ink_drop_impl_test_api.h
@@ -17,12 +17,12 @@ class LayerAnimator;
namespace views {
class InkDropImpl;
-class InkDropHover;
+class InkDropHighlight;
namespace test {
// Test API to provide internal access to an InkDropImpl instance. This can also
-// be used to control the InkDropRipple and InkDropHover animations via the
+// be used to control the InkDropRipple and InkDropHighlight animations via the
// ui::test::MultiLayerAnimatorTestController API.
class InkDropImplTestApi
: public ui::test::MultiLayerAnimatorTestController,
@@ -32,8 +32,8 @@ class InkDropImplTestApi
~InkDropImplTestApi() override;
// Wrappers to InkDropImpl internals:
- const InkDropHover* hover() const;
- bool IsHoverFadingInOrVisible() const;
+ const InkDropHighlight* highlight() const;
+ bool IsHighlightFadingInOrVisible() const;
protected:
// MultiLayerAnimatorTestControllerDelegate:
« no previous file with comments | « ui/views/animation/test/ink_drop_hover_test_api.cc ('k') | ui/views/animation/test/ink_drop_impl_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698