| Index: Source/core/animation/EffectInput.h
|
| diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h
|
| index caf608a79125f5f9b7cdf1dffbf8977e0b3db524..77b21fb907bd33334bfdf1d86f78bbf385ecd0ad 100644
|
| --- a/Source/core/animation/EffectInput.h
|
| +++ b/Source/core/animation/EffectInput.h
|
| @@ -21,8 +21,8 @@ class ExceptionState;
|
| class CORE_EXPORT EffectInput {
|
| STATIC_ONLY(EffectInput);
|
| public:
|
| - static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
|
| - static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
|
| + static EffectModel* convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
|
| + static EffectModel* convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|