| 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 e6158e08f263ee7e4f982c315f2fe15b4de9b66e..6ee08cc9898e25f9c50004c2f45b1c0f50999931 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
|
| @@ -140,7 +140,7 @@ InterpolationValue CSSSizeListInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSSizeListInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| return maybeConvertCSSSizeList(value);
|
| }
|
|
|