| Index: ui/views/animation/test/test_ink_drop_host.h
|
| diff --git a/ui/views/animation/test/test_ink_drop_host.h b/ui/views/animation/test/test_ink_drop_host.h
|
| index 7bb18e1a17af9ae3386618a7a54d38ce3f677ea5..9379c5d0039037f5e16c0f20b700643142928f76 100644
|
| --- a/ui/views/animation/test/test_ink_drop_host.h
|
| +++ b/ui/views/animation/test/test_ink_drop_host.h
|
| @@ -30,7 +30,7 @@ class TestInkDropHost : public InkDropHost {
|
| // TestInkDropHost:
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| - std::unique_ptr<InkDropAnimation> CreateInkDropAnimation() const override;
|
| + std::unique_ptr<InkDropRipple> CreateInkDropRipple() const override;
|
| std::unique_ptr<InkDropHover> CreateInkDropHover() const override;
|
|
|
| private:
|
| @@ -38,7 +38,7 @@ class TestInkDropHost : public InkDropHost {
|
|
|
| bool should_show_hover_;
|
|
|
| - // When true, the InkDropAnimation/InkDropHover instances will have their
|
| + // When true, the InkDropRipple/InkDropHover instances will have their
|
| // timers disabled after creation.
|
| bool disable_timers_for_test_;
|
|
|
|
|