| Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| index 42693cfdca0eda0c07454cd2b88e8a14a4393533..a42c2ecae77c5e010296efd893d2a037498fa78a 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h
|
| @@ -13,6 +13,7 @@
|
| namespace blink {
|
|
|
| class StyleColor;
|
| +struct OptionalStyleColor;
|
|
|
| class CSSColorInterpolationType : public CSSInterpolationType {
|
| public:
|
| @@ -48,8 +49,8 @@ class CSSColorInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| - InterpolationValue convertStyleColorPair(const StyleColor&,
|
| - const StyleColor&) const;
|
| + InterpolationValue convertStyleColorPair(const OptionalStyleColor&,
|
| + const OptionalStyleColor&) const;
|
|
|
| const CSSValue* createCSSValue(const InterpolableValue&,
|
| const NonInterpolableValue*,
|
|
|