| 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 3ce1b280bbaa28451e7bf8fb65100232a255b620..17153c8999503e58b4a5d87cb83aa64b0f431191 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:
|
|
|