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

Unified Diff: Source/modules/webgl/WebGLContextEvent.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/modules/webgl/WebGLCompressedTextureS3TC.h ('k') | Source/modules/webgl/WebGLContextObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLContextEvent.h
diff --git a/Source/modules/webgl/WebGLContextEvent.h b/Source/modules/webgl/WebGLContextEvent.h
index de6af00fd423c4e8d8d9ac20bd2cf5b09097fdf9..92df19148138f0dec60b88e5c4afd83747883d92 100644
--- a/Source/modules/webgl/WebGLContextEvent.h
+++ b/Source/modules/webgl/WebGLContextEvent.h
@@ -47,11 +47,11 @@ public:
{
return adoptRefWillBeNoop(new WebGLContextEvent(type, initializer));
}
- virtual ~WebGLContextEvent();
+ ~WebGLContextEvent() override;
const String& statusMessage() const { return m_statusMessage; }
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/webgl/WebGLCompressedTextureS3TC.h ('k') | Source/modules/webgl/WebGLContextObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698