| Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| index 1a274d39567c4a9e8bef41c877ce759506617395..12ec3a503119ffdbc25d7b6fa82de8fa1d00fc3d 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
|
| @@ -228,8 +228,8 @@ PairwiseInterpolationValue CSSTransformInterpolationType::maybeMergeSingles(
|
|
|
| InterpolationValue
|
| CSSTransformInterpolationType::maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState& state) const {
|
| - return convertTransform(state.style()->transform());
|
| + const ComputedStyle& style) const {
|
| + return convertTransform(style.transform());
|
| }
|
|
|
| void CSSTransformInterpolationType::composite(
|
|
|