Index: Source/core/animation/StyleInterpolation.h |
diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h |
index 16fee903406fcd034fe23512ac1dd81e201baec5..83a1b3add08b7121d1c7f92a37a94de46ccb080d 100644 |
--- a/Source/core/animation/StyleInterpolation.h |
+++ b/Source/core/animation/StyleInterpolation.h |
@@ -35,12 +35,12 @@ public: |
// (3) a custom value that is inserted directly into the StyleResolverState. |
virtual void apply(StyleResolverState&) const = 0; |
- virtual bool isStyleInterpolation() const override final { return true; } |
+ bool isStyleInterpolation() const final { return true; } |
virtual bool isDeferredLegacyStyleInterpolation() const { return false; } |
CSSPropertyID id() const { return m_id; } |
- virtual PropertyHandle property() const override final |
+ PropertyHandle property() const final |
{ |
return PropertyHandle(id()); |
} |