| 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 7baa391291ad831cdd8f908f5cd3051eb6740e3c..8af01b55d7b7f4cb736c2ac1366e593d328a3113 100644
|
| --- a/ui/views/animation/test/test_ink_drop_host.h
|
| +++ b/ui/views/animation/test/test_ink_drop_host.h
|
| @@ -23,6 +23,7 @@ class TestInkDropHost : public InkDropHost {
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| gfx::Point CalculateInkDropCenter() const override;
|
| + bool ShouldShowInkDropHover() const override;
|
|
|
| private:
|
| int num_ink_drop_layers_;
|
|
|