| 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 006a4a6f9669f22e3cafb57cc528fb9c05615437..8f46c5dd842e89963c4d6fbf6a9bf7ac86e6c1a3 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| @@ -74,7 +74,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) {
|
|
|
| EXPECT_EQ(::std::string("AnimatableUnknown(none)"),
|
| PrintToString(AnimatableUnknown::create(
|
| - CSSPrimitiveValue::createIdentifier(CSSValueNone))));
|
| + CSSIdentifierValue::create(CSSValueNone))));
|
|
|
| EXPECT_EQ(::std::string("AnimatableVisibility(EVisibility::Visible)"),
|
| PrintToString(AnimatableVisibility::create(EVisibility::Visible)));
|
|
|