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

Unified Diff: Source/core/css/FontFaceSetLoadEvent.h

Issue 1226293002: Fix virtual/override/final usage in Source/core/{animation,css,style}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/core/css/FontFaceSet.cpp ('k') | Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSetLoadEvent.h
diff --git a/Source/core/css/FontFaceSetLoadEvent.h b/Source/core/css/FontFaceSetLoadEvent.h
index ae9a9f0b0168f633187fcc90848c6323b8243e9f..e8ed883950a0a2b4541f80065796ac87bd1b593f 100644
--- a/Source/core/css/FontFaceSetLoadEvent.h
+++ b/Source/core/css/FontFaceSetLoadEvent.h
@@ -58,11 +58,11 @@ public:
return adoptRefWillBeNoop(new FontFaceSetLoadEvent(type, fontfaces));
}
- virtual ~FontFaceSetLoadEvent();
+ ~FontFaceSetLoadEvent() override;
FontFaceArray fontfaces() const { return m_fontfaces; }
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/core/css/FontFaceSet.cpp ('k') | Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698