| Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| index f97a21d0ee9dc63bbbf489eb9eaf910fa4bdc661..728546ce0f704a081dcd2a16699bba862672522a 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.h
|
| @@ -30,7 +30,7 @@ class CSSInterpolationType : public InterpolationType {
|
| virtual InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const = 0;
|
| virtual InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const = 0;
|
| virtual void additiveKeyframeHook(InterpolationValue&) const {}
|
|
|
|
|