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

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

Issue 1276183004: Oilpan: Unship oilpan from temporary animation objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/animation/TransformSVGInterpolation.h
diff --git a/Source/core/animation/TransformSVGInterpolation.h b/Source/core/animation/TransformSVGInterpolation.h
index 85d563c0f6a00fa3610ccebd959d18d54e2fbc0b..67dfa4e4f26007bb4912dc272001d2b70cbf8fc9 100644
--- a/Source/core/animation/TransformSVGInterpolation.h
+++ b/Source/core/animation/TransformSVGInterpolation.h
@@ -24,7 +24,7 @@ public:
return SVGTransformList::create();
}
- static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
+ static PassOwnPtr<InterpolableValue> toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
static PassRefPtrWillBeRawPtr<SVGTransform> fromInterpolableValue(const InterpolableValue&, SVGTransformType, const SVGElement*);
};

Powered by Google App Engine
This is Rietveld 408576698