Index: ui/views/animation/ink_drop_animation_unittest.cc |
diff --git a/ui/views/animation/ink_drop_animation_unittest.cc b/ui/views/animation/ink_drop_animation_unittest.cc |
index d07b1c32568ec623be4d712e0753dbc50ff59e3e..85434b5cbe20d1ef3cc2960d8e091b754fdee2f2 100644 |
--- a/ui/views/animation/ink_drop_animation_unittest.cc |
+++ b/ui/views/animation/ink_drop_animation_unittest.cc |
@@ -69,7 +69,7 @@ InkDropAnimationTest::InkDropAnimationTest() { |
} |
case FLOOD_FILL_INK_DROP_ANIMATION: { |
FloodFillInkDropAnimation* flood_fill_ink_drop_animation = |
- new FloodFillInkDropAnimation(gfx::Size(10, 10), gfx::Point(), |
+ new FloodFillInkDropAnimation(gfx::Rect(0, 0, 10, 10), gfx::Point(), |
SK_ColorBLACK); |
ink_drop_animation_.reset(flood_fill_ink_drop_animation); |
test_api_.reset( |