| Index: ui/views/animation/ink_drop_stub.h
|
| diff --git a/ui/views/animation/ink_drop_stub.h b/ui/views/animation/ink_drop_stub.h
|
| index 63a422679ef49c53756467ff3e15678af215b596..44f2280715b464935579603097e842284d08471a 100644
|
| --- a/ui/views/animation/ink_drop_stub.h
|
| +++ b/ui/views/animation/ink_drop_stub.h
|
| @@ -22,6 +22,9 @@ class VIEWS_EXPORT InkDropStub : public InkDrop {
|
| void SnapToActivated() override;
|
| void SetHovered(bool is_hovered) override;
|
| void SetFocused(bool is_hovered) override;
|
| + bool IsHighlightFadingInOrVisible() const override;
|
| + void SetShowHighlightOnHover(bool show_highlight_on_hover) override;
|
| + void SetShowHighlightOnFocus(bool show_highlight_on_focus) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(InkDropStub);
|
|
|