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

Unified Diff: Source/core/animation/SVGInterpolation.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/SVGInterpolation.h
diff --git a/Source/core/animation/SVGInterpolation.h b/Source/core/animation/SVGInterpolation.h
index 8e616e01270624ddafd1586da48f7dd098a71c9a..76c91612d1e5b6fd16908fd0e6efe4a3a0319f63 100644
--- a/Source/core/animation/SVGInterpolation.h
+++ b/Source/core/animation/SVGInterpolation.h
@@ -35,7 +35,7 @@ public:
}
protected:
- SVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
+ SVGInterpolation(InterpolableValue* start, InterpolableValue* end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
: Interpolation(start, end)
, m_attribute(attribute)
{

Powered by Google App Engine
This is Rietveld 408576698