| Index: ui/views/controls/button/custom_button_unittest.cc
|
| diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
|
| index 7f784c2dc8d0f4c78e7858dcbe35c4eec84504ec..41de3466d8f388672007120b832da0cc41e57715 100644
|
| --- a/ui/views/controls/button/custom_button_unittest.cc
|
| +++ b/ui/views/controls/button/custom_button_unittest.cc
|
| @@ -123,6 +123,8 @@ class TestInkDropDelegate : public InkDropDelegate {
|
| }
|
| }
|
|
|
| + void SetHovered(bool is_hovered) override {}
|
| +
|
| private:
|
| InkDropHost* ink_drop_host_;
|
| bool* ink_shown_;
|
|
|