| 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 575e0c5aff7c6d6e0d9ba0c3b21cedeb32d7d2fb..909370ef15a56482128daf5e4b78ec528e701b6c 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| @@ -81,8 +81,8 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo)
|
| PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone))));
|
|
|
| EXPECT_EQ(
|
| - ::std::string("AnimatableVisibility(VISIBLE)"),
|
| - PrintToString(AnimatableVisibility::create(VISIBLE)));
|
| + ::std::string("AnimatableVisibility(EVisibility::Visible)"),
|
| + PrintToString(AnimatableVisibility::create(EVisibility::Visible)));
|
| }
|
|
|
| } // namespace blink
|
|
|