| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index 912f10cfea866775741d10fe6e8b9d17cc4453b7..6baa07c0a921506978fc00f319d7f199450a9b8f 100644
|
| --- a/Source/core/animation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -22,11 +22,11 @@ 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; }
|
| + virtual bool isStyleInterpolation() const override final { return true; }
|
|
|
| CSSPropertyID id() const { return m_id; }
|
|
|
| - virtual void trace(Visitor* visitor) OVERRIDE
|
| + virtual void trace(Visitor* visitor) override
|
| {
|
| Interpolation::trace(visitor);
|
| }
|
|
|