Index: Source/core/animation/AnimatableValueTestHelperTest.cpp |
diff --git a/Source/core/animation/AnimatableValueTestHelperTest.cpp b/Source/core/animation/AnimatableValueTestHelperTest.cpp |
index 58364214d81c503e02ccb381f3718a13cb6f4ae8..d7f98ca3d0aaa2c06d6a99e14c6d375e3068be40 100644 |
--- a/Source/core/animation/AnimatableValueTestHelperTest.cpp |
+++ b/Source/core/animation/AnimatableValueTestHelperTest.cpp |
@@ -132,7 +132,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
PrintToString(AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_URI, Color(0xFFFF0000), "abc"))); |
EXPECT_THAT( |
- PrintToString(AnimatableShapeValue::create(ShapeValue::createShapeValue(BasicShapeCircle::create().get()).get())), |
+ PrintToString(AnimatableShapeValue::create(ShapeValue::createShapeValue(BasicShapeCircle::create().get(), ContentBox).get())), |
testing::StartsWith("AnimatableShapeValue@")); |
RefPtr<SVGLengthList> l2 = SVGLengthList::create(); |