| 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..ba29332a4834c8f606a672a7589c46dd55e112b9 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 AnimatableValue* create(CSSPropertyID, const ComputedStyle&);
|
| private:
|
| - static PassRefPtrWillBeRawPtr<AnimatableValue> createFromColor(CSSPropertyID, const ComputedStyle&);
|
| + static AnimatableValue* createFromColor(CSSPropertyID, const ComputedStyle&);
|
| };
|
|
|
| } // namespace blink
|
|
|