| Index: third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
|
| index 6ee08cc9898e25f9c50004c2f45b1c0f50999931..6f5ff648856278a290293c802cd89fa8c425ffb2 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
|
| @@ -155,8 +155,7 @@ PairwiseInterpolationValue CSSSizeListInterpolationType::maybeMergeSingles(
|
|
|
| InterpolationValue
|
| CSSSizeListInterpolationType::maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState& state) const {
|
| - const ComputedStyle& style = *state.style();
|
| + const ComputedStyle& style) const {
|
| return convertSizeList(
|
| SizeListPropertyFunctions::getSizeList(cssProperty(), style),
|
| style.effectiveZoom());
|
|
|