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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.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/WebGLCompressedTextureS3TC.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
index 98326d627b188ee05ceb65f0ffa845b576c864c4..a30243008a9cc5f6ff60d23db9373f683ae10c63 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
@@ -38,8 +38,6 @@ WebGLCompressedTextureS3TC::WebGLCompressedTextureS3TC(
context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT);
}
-WebGLCompressedTextureS3TC::~WebGLCompressedTextureS3TC() {}
-
WebGLExtensionName WebGLCompressedTextureS3TC::name() const {
return WebGLCompressedTextureS3TCName;
}

Powered by Google App Engine
This is Rietveld 408576698