| Index: Source/core/animation/ImageSliceStyleInterpolation.h
|
| diff --git a/Source/core/animation/ImageSliceStyleInterpolation.h b/Source/core/animation/ImageSliceStyleInterpolation.h
|
| index c6ca1128a962cecc0cc3331f8ba20fb13979e549..46f56612bc55e3da13c17f7e4a5f2434b67ce741 100644
|
| --- a/Source/core/animation/ImageSliceStyleInterpolation.h
|
| +++ b/Source/core/animation/ImageSliceStyleInterpolation.h
|
| @@ -16,7 +16,7 @@ public:
|
| static bool usesDefaultInterpolation(const CSSValue&, const CSSValue&);
|
| static PassRefPtrWillBeRawPtr<ImageSliceStyleInterpolation> maybeCreate(const CSSValue&, const CSSValue&, CSSPropertyID);
|
|
|
| - virtual void apply(StyleResolverState&) const override;
|
| + void apply(StyleResolverState&) const override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Image slices can have either percentages or numbers: http://dev.w3.org/csswg/css-backgrounds-3/#the-border-image-slice
|
|
|