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

Unified Diff: Source/core/animation/css/CSSAnimatableValueFactory.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/css/CSSAnimatableValueFactory.h
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h
index f5e73e3a15400566084802ca5ab253a2630f9b81..4f90ae078b1c6b454f2e95b65ddac95f7d92a06c 100644
--- a/Source/core/animation/css/CSSAnimatableValueFactory.h
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.h
@@ -43,9 +43,9 @@ class ComputedStyle;
class CSSAnimatableValueFactory {
STATIC_ONLY(CSSAnimatableValueFactory);
public:
- static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const ComputedStyle&);
+ static PassRefPtr<AnimatableValue> create(CSSPropertyID, const ComputedStyle&);
private:
- static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
+ static PassRefPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698