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

Unified Diff: Source/modules/webgl/WebGLCompressedTexturePVRTC.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
Index: Source/modules/webgl/WebGLCompressedTexturePVRTC.h
diff --git a/Source/modules/webgl/WebGLCompressedTexturePVRTC.h b/Source/modules/webgl/WebGLCompressedTexturePVRTC.h
index aa71e3bb36acbc5314eebde4394d963783133b23..c667d106cbc10efd0f6405c69266d0fb43df7001 100644
--- a/Source/modules/webgl/WebGLCompressedTexturePVRTC.h
+++ b/Source/modules/webgl/WebGLCompressedTexturePVRTC.h
@@ -38,8 +38,8 @@ public:
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- virtual ~WebGLCompressedTexturePVRTC();
- virtual WebGLExtensionName name() const override;
+ ~WebGLCompressedTexturePVRTC() override;
+ WebGLExtensionName name() const override;
private:
explicit WebGLCompressedTexturePVRTC(WebGLRenderingContextBase*);
« no previous file with comments | « Source/modules/webgl/WebGLCompressedTextureETC1.h ('k') | Source/modules/webgl/WebGLCompressedTextureS3TC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698