| Index: third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
 | 
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
 | 
| index 50823ebc7f0e1a72c5bcf0e2d2b97a0bfb4fe60f..f6b8f978af5ff9ba5c508d1afffdd53ed2353483 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
 | 
| +++ b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
 | 
| @@ -25,8 +25,8 @@ public:
 | 
|      static InterpolationValue maybeConvertStyleImage(const StyleImage&, bool acceptGradients);
 | 
|      static InterpolationValue maybeConvertStyleImage(const StyleImage* image, bool acceptGradients) { return image ? maybeConvertStyleImage(*image, acceptGradients) : nullptr; }
 | 
|      static PairwiseInterpolationValue staticMergeSingleConversions(InterpolationValue& start, InterpolationValue& end);
 | 
| -    static PassRefPtrWillBeRawPtr<CSSValue> createCSSValue(const InterpolableValue&, const NonInterpolableValue*);
 | 
| -    static PassRefPtrWillBeRawPtr<StyleImage> resolveStyleImage(CSSPropertyID, const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&);
 | 
| +    static RawPtr<CSSValue> createCSSValue(const InterpolableValue&, const NonInterpolableValue*);
 | 
| +    static RawPtr<StyleImage> resolveStyleImage(CSSPropertyID, const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&);
 | 
|      static bool equalNonInterpolableValues(const NonInterpolableValue*, const NonInterpolableValue*);
 | 
|  
 | 
|  private:
 | 
| 
 |