| Index: ui/views/animation/ink_drop_animation_controller.h
|
| diff --git a/ui/views/animation/ink_drop_animation_controller.h b/ui/views/animation/ink_drop_animation_controller.h
|
| index 2d71307768ea47067ed81d4f5549852f59ded576..09844392b0f353e5b4cd4913a5853c4b28fbed17 100644
|
| --- a/ui/views/animation/ink_drop_animation_controller.h
|
| +++ b/ui/views/animation/ink_drop_animation_controller.h
|
| @@ -37,6 +37,9 @@ class VIEWS_EXPORT InkDropAnimationController {
|
| // Animates from the current InkDropState to |ink_drop_state|.
|
| virtual void AnimateToState(InkDropState ink_drop_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;
|
|
|
|
|