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

Unified Diff: Source/core/animation/CSSValueAnimationType.h

Issue 1214593003: Move AnimationValue onto the heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/AnimationValue.h ('k') | Source/core/animation/CSSValueAnimationType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/CSSValueAnimationType.h
diff --git a/Source/core/animation/CSSValueAnimationType.h b/Source/core/animation/CSSValueAnimationType.h
index bc2b3cde7db906f16e833c94e2bebbc26ac15847..8b5ace38376c957d3352b568ded6d5769311cf59 100644
--- a/Source/core/animation/CSSValueAnimationType.h
+++ b/Source/core/animation/CSSValueAnimationType.h
@@ -17,7 +17,7 @@ public:
: AnimationType(property)
{ }
- virtual PassOwnPtrWillBeRawPtr<FlipPrimitiveInterpolation::Side> maybeConvertSingle(const CSSPropertySpecificKeyframe&, const StyleResolverState*, ConversionCheckers&) const override final;
+ virtual PassOwnPtrWillBeRawPtr<AnimationValue> maybeConvertSingle(const CSSPropertySpecificKeyframe&, const StyleResolverState*, ConversionCheckers&) const override final;
virtual void apply(const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&) const override final;
};
« no previous file with comments | « Source/core/animation/AnimationValue.h ('k') | Source/core/animation/CSSValueAnimationType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698