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

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

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resize expect size of Persistent Created 5 years, 7 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/TransformSVGInterpolation.h
diff --git a/Source/core/animation/TransformSVGInterpolation.h b/Source/core/animation/TransformSVGInterpolation.h
index cd596384d12daf3474cdab416372947ebcbe320d..cbdf92b4c60a6f51b54f9c7a790acfc1d563a7f1 100644
--- a/Source/core/animation/TransformSVGInterpolation.h
+++ b/Source/core/animation/TransformSVGInterpolation.h
@@ -22,7 +22,7 @@ public:
return SVGTransformList::create();
}
- static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
+ static InterpolableValue* toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
static PassRefPtrWillBeRawPtr<SVGTransform> fromInterpolableValue(const InterpolableValue&, SVGTransformType, const SVGElement*);
};

Powered by Google App Engine
This is Rietveld 408576698