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

Unified Diff: Source/modules/webgl/OESTextureHalfFloat.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/OESTextureFloatLinear.h ('k') | Source/modules/webgl/OESTextureHalfFloatLinear.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/OESTextureHalfFloat.h
diff --git a/Source/modules/webgl/OESTextureHalfFloat.h b/Source/modules/webgl/OESTextureHalfFloat.h
index 4d4fe7b1aef590f193a1b23120c6c21080c7e768..57b0b8f21ce6a6063a654ef82468e58545d578c5 100644
--- a/Source/modules/webgl/OESTextureHalfFloat.h
+++ b/Source/modules/webgl/OESTextureHalfFloat.h
@@ -38,8 +38,8 @@ public:
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- virtual ~OESTextureHalfFloat();
- virtual WebGLExtensionName name() const override;
+ ~OESTextureHalfFloat() override;
+ WebGLExtensionName name() const override;
private:
explicit OESTextureHalfFloat(WebGLRenderingContextBase*);
« no previous file with comments | « Source/modules/webgl/OESTextureFloatLinear.h ('k') | Source/modules/webgl/OESTextureHalfFloatLinear.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698