| Index: ui/views/animation/ink_drop_delegate.h
|
| diff --git a/ui/views/animation/ink_drop_delegate.h b/ui/views/animation/ink_drop_delegate.h
|
| index 99b1e82c94291fb3642c09cd7247fe8d487be928..61235241f9269c554000d71266c982577c209214 100644
|
| --- a/ui/views/animation/ink_drop_delegate.h
|
| +++ b/ui/views/animation/ink_drop_delegate.h
|
| @@ -29,6 +29,9 @@ class VIEWS_EXPORT InkDropDelegate {
|
| // as well as a NONE value.
|
| virtual void OnAction(InkDropState state) = 0;
|
|
|
| + // Immediately snaps the InkDropState to ACTIVATED.
|
| + virtual void SnapToActivated() = 0;
|
| +
|
| // Enables or disables the hover state.
|
| virtual void SetHovered(bool is_hovered) = 0;
|
|
|
|
|