Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: Source/core/animation/DefaultStyleInterpolation.h

Issue 630993005: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added cpp to list Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/animation/DefaultStyleInterpolation.h
diff --git a/Source/core/animation/DefaultStyleInterpolation.h b/Source/core/animation/DefaultStyleInterpolation.h
index b6e51acdf155f1b91cb8e0dec616531043372620..7c57e42b7a4fce015140c1dac21f72a3aba4d477 100644
--- a/Source/core/animation/DefaultStyleInterpolation.h
+++ b/Source/core/animation/DefaultStyleInterpolation.h
@@ -22,7 +22,7 @@ public:
StyleBuilder::applyProperty(m_id, state, toInterpolableBool(m_cachedValue.get())->value() ? m_endCSSValue.get() : m_startCSSValue.get());
}
- virtual void trace(Visitor* visitor) OVERRIDE
+ virtual void trace(Visitor* visitor) override
{
StyleInterpolation::trace(visitor);
visitor->trace(m_startCSSValue);
« no previous file with comments | « Source/core/animation/CompositorPendingAnimations.h ('k') | Source/core/animation/DeferredLegacyStyleInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698