| Index: ui/views/animation/square_ink_drop_animation.h
|
| diff --git a/ui/views/animation/square_ink_drop_animation.h b/ui/views/animation/square_ink_drop_animation.h
|
| index 9a0bfcbcfb21860ac4bd4304268a4c25b617f798..d897a599c4b0bcb2bf47b122bdb4d1d8a6fa0b83 100644
|
| --- a/ui/views/animation/square_ink_drop_animation.h
|
| +++ b/ui/views/animation/square_ink_drop_animation.h
|
| @@ -59,6 +59,7 @@ class VIEWS_EXPORT SquareInkDropAnimation : public InkDropAnimation {
|
| ~SquareInkDropAnimation() override;
|
|
|
| // InkDropAnimation:
|
| + void SnapToActivated() override;
|
| ui::Layer* GetRootLayer() override;
|
| bool IsVisible() const override;
|
|
|
| @@ -138,6 +139,10 @@ class VIEWS_EXPORT SquareInkDropAnimation : public InkDropAnimation {
|
| // of the painted shape Layers.
|
| void GetCurrentTransforms(InkDropTransforms* transforms_out) const;
|
|
|
| + // Updates all of the Transforms in |transforms_out| with the target
|
| + // Transforms for the ACTIVATED animation.
|
| + void GetActivatedTargetTransforms(InkDropTransforms* transforms_out) const;
|
| +
|
| // Adds and configures a new |painted_shape| layer to |painted_layers_|.
|
| void AddPaintLayer(PaintedShape painted_shape);
|
|
|
|
|