| Index: ui/views/animation/ink_drop_animation.h
|
| diff --git a/ui/views/animation/ink_drop_animation.h b/ui/views/animation/ink_drop_animation.h
|
| index 52eba9c91cf105024520c448cec862bfedb6e73d..e7b4bf02b53e72099c7ed0e4f8f5c3ace7cba572 100644
|
| --- a/ui/views/animation/ink_drop_animation.h
|
| +++ b/ui/views/animation/ink_drop_animation.h
|
| @@ -64,6 +64,11 @@ class VIEWS_EXPORT InkDropAnimation {
|
| // state transition to HIDDEN!
|
| void HideImmediately();
|
|
|
| + // Immediately snaps the ink drop to the ACTIVATED target state. All pending
|
| + // animations are aborted. Events will be raised for the pending animations
|
| + // as well as the transition to the ACTIVATED state.
|
| + virtual void SnapToActivated();
|
| +
|
| // The root Layer that can be added in to a Layer tree.
|
| virtual ui::Layer* GetRootLayer() = 0;
|
|
|
|
|