Index: Source/core/animation/LengthStyleInterpolation.h |
diff --git a/Source/core/animation/LengthStyleInterpolation.h b/Source/core/animation/LengthStyleInterpolation.h |
index 68ca95616c2571c7156f178067440ea1d8f6fa51..ad0f0ebf0f63bd54ec8f3380f770ed9cfeda8e5c 100644 |
--- a/Source/core/animation/LengthStyleInterpolation.h |
+++ b/Source/core/animation/LengthStyleInterpolation.h |
@@ -19,9 +19,9 @@ public: |
static bool canCreateFrom(const CSSValue&); |
- virtual void apply(StyleResolverState&) const OVERRIDE; |
+ virtual void apply(StyleResolverState&) const override; |
- virtual void trace(Visitor*) OVERRIDE; |
+ virtual void trace(Visitor*) override; |
private: |
LengthStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, ValueRange range) |