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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.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/WebGLCompressedTextureETC1.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.h b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.h
index a69cc4746f600dde2da1382c542f6bb566bd3ca0..7595d77fd48a16290c76f11303ddd3152f919a8b 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.h
@@ -17,7 +17,6 @@ class WebGLCompressedTextureETC1 final : public WebGLExtension {
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- ~WebGLCompressedTextureETC1() override;
WebGLExtensionName name() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698