| 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 9192a116a0c968d4a17f12b180f7693b8f5e48dc..31741f247ea99dbbacce18dc5dc755477875618c 100644
|
| --- a/ui/views/animation/test/test_ink_drop_host.h
|
| +++ b/ui/views/animation/test/test_ink_drop_host.h
|
| @@ -28,6 +28,7 @@ class TestInkDropHost : public InkDropHost {
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| gfx::Point CalculateInkDropCenter() const override;
|
| bool ShouldShowInkDropHover() const override;
|
| + SkColor GetInkDropBaseColor() const override;
|
|
|
| private:
|
| int num_ink_drop_layers_;
|
|
|