| Index: Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| diff --git a/Source/core/animation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| index ba4cddce6a9ea43e1d85537f1466aef2c3e41439..9f72bd71be0fe1aec041d49e9f08642c47e12847 100644
|
| --- a/Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| +++ b/Source/core/animation/DeferredLegacyStyleInterpolation.h
|
| @@ -24,9 +24,9 @@ public:
|
| return adoptRefWillBeNoop(new DeferredLegacyStyleInterpolation(start, end, id));
|
| }
|
|
|
| - virtual void apply(StyleResolverState&) const OVERRIDE;
|
| + virtual void apply(StyleResolverState&) const override;
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| static bool interpolationRequiresStyleResolve(const CSSValue&);
|
| static bool interpolationRequiresStyleResolve(const CSSPrimitiveValue&);
|
|
|