Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
index 9836062b244c91137204a3622f683d9b1e152634..dd791114da3426cfef0f0c0ebb27fb19f8c86bbd 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
@@ -53,7 +53,7 @@ protected: |
TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
{ |
EXPECT_THAT( |
- PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create().get()).get())), |
+ PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create()).get())), |
testing::StartsWith("AnimatableClipPathOperation") |
); |
@@ -66,7 +66,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
testing::StartsWith("AnimatableNeutral@")); |
EXPECT_THAT( |
- PrintToString(AnimatableShapeValue::create(ShapeValue::createShapeValue(BasicShapeCircle::create().get(), ContentBox).get())), |
+ PrintToString(AnimatableShapeValue::create(ShapeValue::createShapeValue(BasicShapeCircle::create(), ContentBox).get())), |
testing::StartsWith("AnimatableShapeValue@")); |
RefPtr<SVGDashArray> l2 = SVGDashArray::create(); |
@@ -78,7 +78,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
EXPECT_EQ( |
::std::string("AnimatableUnknown(none)"), |
- PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone).get()))); |
+ PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone)))); |
EXPECT_EQ( |
::std::string("AnimatableVisibility(VISIBLE)"), |