| Index: ui/views/animation/ink_drop.h
|
| diff --git a/ui/views/animation/ink_drop.h b/ui/views/animation/ink_drop.h
|
| index c79828ac5672276d84c892e4c9aa7bcb818c1cd7..e359c1fdcdbaccef4f8abce0d9606f8f21b8d1c8 100644
|
| --- a/ui/views/animation/ink_drop.h
|
| +++ b/ui/views/animation/ink_drop.h
|
| @@ -47,6 +47,9 @@ class VIEWS_EXPORT InkDrop {
|
| // Enables or disables the hover state.
|
| virtual void SetHovered(bool is_hovered) = 0;
|
|
|
| + // Sets the hovered state without animating.
|
| + virtual void SnapToHovered(bool is_hovered) = 0;
|
| +
|
| protected:
|
| InkDrop() {}
|
|
|
|
|