| Index: ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
|
| diff --git a/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h b/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
|
| index dc4ed9b5186b59f621601ee4d349863346f1b92d..7e83d96eae40198ce6316393965a89a2ddaf7a19 100644
|
| --- a/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
|
| +++ b/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
|
| @@ -37,6 +37,9 @@ class FloodFillInkDropRippleTestApi : public InkDropRippleTestApi {
|
| // Wrapper for FloodFillInkDropRipple::MaxDistanceToCorners().
|
| float MaxDistanceToCorners(const gfx::Point& point) const;
|
|
|
| + // Gets the transform currently applied to the painted layer of the ripple.
|
| + gfx::Transform GetPaintedLayerTransform() const;
|
| +
|
| // InkDropRippleTestApi:
|
| float GetCurrentOpacity() const override;
|
|
|
|
|