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

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

Issue 2346193002: Split CSSPrimitiveValue into CSSPrimitiveValue and CSSIdentifierValue (Closed)
Patch Set: Replaced ASSERTs with DCHECKS in presubmit warnings 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 909370ef15a56482128daf5e4b78ec528e701b6c..7d4582f9cfadded4df4ff6f6451d32eabcd3b900 100644
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
@@ -78,7 +78,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo)
EXPECT_EQ(
::std::string("AnimatableUnknown(none)"),
- PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone))));
+ PrintToString(AnimatableUnknown::create(CSSIdentifierValue::createIdentifier(CSSValueNone))));
EXPECT_EQ(
::std::string("AnimatableVisibility(EVisibility::Visible)"),

Powered by Google App Engine
This is Rietveld 408576698