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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.h

Issue 2547813002: Remove WebGLObject maps from WebGLRenderingContextBase and WebGLContextGroup. (Closed)
Patch Set: Fixed WebGLContextObject::validate. Made WebGLExtension non-finalized. Created 4 years 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: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.h b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.h
index 81c8c4aa3f1656437972fa0c4c2a3c39f2f270ae..fb4dc4ff605c72161a5e591ef78676a58c868390 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.h
@@ -23,7 +23,6 @@ class WebGLCompressedTextureASTC final : public WebGLExtension {
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- ~WebGLCompressedTextureASTC() override;
WebGLExtensionName name() const override;
static const BlockSizeCompressASTC kBlockSizeCompressASTC[];

Powered by Google App Engine
This is Rietveld 408576698