Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp

Issue 2614883007: Change computed style enums to be prefixed with 'k'. (Closed)
Patch Set: Rebase on ToT. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8f46c5dd842e89963c4d6fbf6a9bf7ac86e6c1a3..9f77d7109587e5463be90487384cc7fa847b4080 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
@@ -76,8 +76,8 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) {
PrintToString(AnimatableUnknown::create(
CSSIdentifierValue::create(CSSValueNone))));
- EXPECT_EQ(::std::string("AnimatableVisibility(EVisibility::Visible)"),
- PrintToString(AnimatableVisibility::create(EVisibility::Visible)));
+ EXPECT_EQ(::std::string("AnimatableVisibility(EVisibility::kVisible)"),
+ PrintToString(AnimatableVisibility::create(EVisibility::kVisible)));
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698