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

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

Issue 1265853003: CSSValue Immediates: Immediates from all CSSPrimitiveValue constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@tagged_ptrs_base
Patch Set: Created 5 years, 5 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: Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
index a82264aaf3bb4db93ac7bc1f03829956c246e3e9..88b93a2a45a68f58474faf6266a4c812878854fd 100644
--- a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
+++ b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
@@ -91,7 +91,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo)
EXPECT_EQ(
::std::string("AnimatableUnknown(none)"),
- PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone).get())));
+ PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::create(CSSValueNone).get())));
EXPECT_EQ(
::std::string("AnimatableVisibility(VISIBLE)"),
« no previous file with comments | « Source/core/animation/VisibilityStyleInterpolationTest.cpp ('k') | Source/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698