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

Unified Diff: Source/core/animation/AnimatableNeutralTest.cpp

Issue 204743002: Oilpan: Move AnimatableValue's hierarchy to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/core/animation/AnimatableNeutral.h ('k') | Source/core/animation/AnimatableRepeatable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimatableNeutralTest.cpp
diff --git a/Source/core/animation/AnimatableNeutralTest.cpp b/Source/core/animation/AnimatableNeutralTest.cpp
index 2bdf4bc28427f81a3754ec97813f3694c243906d..3675e5192eb54bdc8cd94abdf6227a3c757ecc2f 100644
--- a/Source/core/animation/AnimatableNeutralTest.cpp
+++ b/Source/core/animation/AnimatableNeutralTest.cpp
@@ -48,7 +48,7 @@ TEST(AnimationAnimatableNeutralTest, Create)
TEST(AnimationAnimatableNeutralTest, Add)
{
RefPtrWillBeRawPtr<CSSValue> cssValue = CSSArrayFunctionValue::create();
- RefPtr<AnimatableValue> animatableUnknown = AnimatableUnknown::create(cssValue);
+ RefPtrWillBeRawPtr<AnimatableValue> animatableUnknown = AnimatableUnknown::create(cssValue);
EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::add(animatableUnknown.get(), AnimatableValue::neutralValue()).get())->toCSSValue());
EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::add(AnimatableValue::neutralValue(), animatableUnknown.get()).get())->toCSSValue());
« no previous file with comments | « Source/core/animation/AnimatableNeutral.h ('k') | Source/core/animation/AnimatableRepeatable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698