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

Unified Diff: Source/modules/webgl/ANGLEInstancedArrays.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/webdatabase/SQLTransactionBackend.h ('k') | Source/modules/webgl/CHROMIUMSubscribeUniform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/ANGLEInstancedArrays.h
diff --git a/Source/modules/webgl/ANGLEInstancedArrays.h b/Source/modules/webgl/ANGLEInstancedArrays.h
index afbcf48d006da0bd67f6b7648cd9a913f793afaa..89c066ead9e815dd5a92f79e159fbdc063b7fbd2 100644
--- a/Source/modules/webgl/ANGLEInstancedArrays.h
+++ b/Source/modules/webgl/ANGLEInstancedArrays.h
@@ -44,8 +44,8 @@ public:
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- virtual ~ANGLEInstancedArrays();
- virtual WebGLExtensionName name() const override;
+ ~ANGLEInstancedArrays() override;
+ WebGLExtensionName name() const override;
void drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
void drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, long long offset, GLsizei primcount);
« no previous file with comments | « Source/modules/webdatabase/SQLTransactionBackend.h ('k') | Source/modules/webgl/CHROMIUMSubscribeUniform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698