| Index: third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| index dd04efc7455ca3c65a9c1c6cc62f95e569ff8911..2f6c5e561f1db9ef2289ab0a56b1e79a851a4db0 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| @@ -15,7 +15,7 @@ class CSSFilterListInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&& start,
|
| InterpolationValue&& end) const final;
|
|
|