| 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 478013589e4ee56af4824df932f5a5a6866e1a15..68617ce6ae91d3cd8e67f00c24ce1f1eecc13c10 100644
|
| --- a/ui/views/animation/ink_drop_animation_unittest.cc
|
| +++ b/ui/views/animation/ink_drop_animation_unittest.cc
|
| @@ -114,7 +114,7 @@ TEST_F(InkDropAnimationTest,
|
|
|
| InkDropAnimationTestApi::InkDropTransforms transforms;
|
| test_api.CalculateCircleTransforms(
|
| - gfx::SizeF(kTransformedSize, kTransformedSize), &transforms);
|
| + gfx::Size(kTransformedSize, kTransformedSize), &transforms);
|
|
|
| // Transform variables to reduce verbosity of actual verification code.
|
| const gfx::Transform kTopLeftTransform =
|
| @@ -220,7 +220,7 @@ TEST_F(InkDropAnimationTest,
|
|
|
| InkDropAnimationTestApi::InkDropTransforms transforms;
|
| test_api.CalculateRectTransforms(
|
| - gfx::SizeF(kTransformedWidth, kTransformedHeight), kTransformedRadius,
|
| + gfx::Size(kTransformedWidth, kTransformedHeight), kTransformedRadius,
|
| &transforms);
|
|
|
| // Transform variables to reduce verbosity of actual verification code.
|
|
|