| 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 e94839d047d8e35b51004b231e09ae5458044a33..b952b77adb815240e34283de12182abb097571da 100644
|
| --- a/ui/views/animation/test/test_ink_drop_host.h
|
| +++ b/ui/views/animation/test/test_ink_drop_host.h
|
| @@ -20,6 +20,7 @@ class TestInkDropHost : public InkDropHost {
|
| // TestInkDropHost:
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| + gfx::Point CalculateInkDropCenter() const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestInkDropHost);
|
|
|