| Index: ui/views/animation/ink_drop_impl.h
|
| diff --git a/ui/views/animation/ink_drop_impl.h b/ui/views/animation/ink_drop_impl.h
|
| index dec07a9a981a7842592a5744c11303ded5803c64..b2045bd4db9c6592f1ca025a22321aa111068582 100644
|
| --- a/ui/views/animation/ink_drop_impl.h
|
| +++ b/ui/views/animation/ink_drop_impl.h
|
| @@ -45,6 +45,7 @@ class VIEWS_EXPORT InkDropImpl : public InkDrop,
|
| void AnimateToState(InkDropState ink_drop_state) override;
|
| void SnapToActivated() override;
|
| void SetHovered(bool is_hovered) override;
|
| + void SnapToHovered(bool is_hovered) override;
|
|
|
| private:
|
| friend class test::InkDropImplTestApi;
|
|
|