| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| index 1bdd2f0be0ff573f3c2385cff91e9d620c4c8cc3..017c4601bb3ff90a8e8e56af911132c4f03fcfa8 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.h
|
| @@ -17,7 +17,7 @@ class CSSShadowListInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void composite(UnderlyingValueOwner&,
|
| double underlyingFraction,
|
| const InterpolationValue&,
|
|
|