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

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

Powered by Google App Engine
This is Rietveld 408576698