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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp

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/WebGLCompressedTextureETC.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
index 15cec908dd8904afa8eadaa7fb3c430583a36a61..e47dd3011e64b6dbe88b7fb58cf783423150c6ba 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
@@ -25,8 +25,6 @@ WebGLCompressedTextureETC::WebGLCompressedTextureETC(
context->addCompressedTextureFormat(GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC);
}
-WebGLCompressedTextureETC::~WebGLCompressedTextureETC() {}
-
WebGLExtensionName WebGLCompressedTextureETC::name() const {
return WebGLCompressedTextureETCName;
}

Powered by Google App Engine
This is Rietveld 408576698