Index: Source/core/animation/css/CSSAnimatableValueFactory.h |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h |
index bac18c19241bb35e0b5116d9e3e273afcabc78ff..f6dbfb02c05da4f663c475d5fb79154ad6b90d1c 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.h |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.h |
@@ -41,9 +41,9 @@ class RenderStyle; |
class CSSAnimatableValueFactory { |
public: |
- static PassRefPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&); |
+ static PassRefPtrWillBeRawPtr<AnimatableValue> create(CSSPropertyID, const RenderStyle&); |
private: |
- static PassRefPtr<AnimatableValue> createFromColor(CSSPropertyID, const RenderStyle&); |
+ static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const RenderStyle&); |
}; |
} // namespace WebCore |