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

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

Powered by Google App Engine
This is Rietveld 408576698