Index: ui/views/animation/flood_fill_ink_drop_animation.h |
diff --git a/ui/views/animation/flood_fill_ink_drop_animation.h b/ui/views/animation/flood_fill_ink_drop_animation.h |
index 97a4cd08b2d2cf5cd150505938d3b79664987070..ab05fd85500d5e8c4467d7d21db14fbca69a75e5 100644 |
--- a/ui/views/animation/flood_fill_ink_drop_animation.h |
+++ b/ui/views/animation/flood_fill_ink_drop_animation.h |
@@ -51,6 +51,9 @@ class VIEWS_EXPORT FloodFillInkDropAnimation : public InkDropAnimation { |
FloodFillInkDropAnimation(const gfx::Size& size, |
const gfx::Point& center_point, |
SkColor color); |
+ FloodFillInkDropAnimation(const gfx::Rect& clip_bounds, |
+ const gfx::Point& center_point, |
+ SkColor color); |
~FloodFillInkDropAnimation() override; |
// InkDropAnimation: |
@@ -101,8 +104,8 @@ class VIEWS_EXPORT FloodFillInkDropAnimation : public InkDropAnimation { |
// Returns the target Transform for when the ink drop is fully shown. |
gfx::Transform GetMaxSizeTargetTransform() const; |
- // The clip Size. |
- const gfx::Size size_; |
+ // The clip bounds. |
+ const gfx::Rect clip_bounds_; |
// The point where the Center of the ink drop's circle should be drawn. |
gfx::Point center_point_; |