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

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

Issue 2382653006: Split CSSPrimitiveValue into CSSPrimitiveValue and CSSIdentifierValue (Closed)
Patch Set: Make check-webkit-style happy Created 4 years, 3 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 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)));

Powered by Google App Engine
This is Rietveld 408576698