| Index: Source/core/animation/css/CSSAnimatableValueFactory.h
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.h b/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| index 441e5724312b7b6cf4fa3ca07a64fb88293b544e..e7da1e07cfea82e7e593803998802a701ff881c3 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.h
|
| @@ -41,9 +41,9 @@ class ComputedStyle;
|
|
|
| class 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
|
|
|