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