| 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:
|
|
|