| Index: Source/core/animation/LengthStyleInterpolation.h
|
| diff --git a/Source/core/animation/LengthStyleInterpolation.h b/Source/core/animation/LengthStyleInterpolation.h
|
| index 5d8389238136adccd3353debb6ffa4a3c837a41b..360c3b9d9bff55e08fdc9e14e6417fd1e6e3b263 100644
|
| --- a/Source/core/animation/LengthStyleInterpolation.h
|
| +++ b/Source/core/animation/LengthStyleInterpolation.h
|
| @@ -24,13 +24,13 @@ public:
|
| return adoptRefWillBeNoop(new LengthStyleInterpolation(toInterpolableValue(start, id), toInterpolableValue(end, id), id, range));
|
| }
|
|
|
| - static bool canCreateFrom(const CSSValue, CSSPropertyID = CSSPropertyInvalid);
|
| + static bool canCreateFrom(const CSSValue&, CSSPropertyID = CSSPropertyInvalid);
|
|
|
| virtual void apply(StyleResolverState&) const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(const CSSValue, CSSPropertyID = CSSPropertyInvalid);
|
| + static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(const CSSValue&, CSSPropertyID = CSSPropertyInvalid);
|
| static CSSPrimitiveValue fromInterpolableValue(const InterpolableValue&, InterpolationRange);
|
|
|
| private:
|
|
|