Index: Source/core/animation/ImageStyleInterpolation.h |
diff --git a/Source/core/animation/ImageStyleInterpolation.h b/Source/core/animation/ImageStyleInterpolation.h |
index cf799089540df6afcc37224046bdda084aaefa4e..30cb19882bdd1f4e733b4a8d7f15642a5582292b 100644 |
--- a/Source/core/animation/ImageStyleInterpolation.h |
+++ b/Source/core/animation/ImageStyleInterpolation.h |
@@ -19,7 +19,7 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
static bool canCreateFrom(const CSSValue&); |
- virtual void apply(StyleResolverState&) const override; |
+ void apply(StyleResolverState&) const override; |
private: |
ImageStyleInterpolation(PassRefPtrWillBeRawPtr<CSSValue> start, PassRefPtrWillBeRawPtr<CSSValue> end, CSSPropertyID id) |