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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TCsRGB.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/WebGLCompressedTextureS3TCsRGB.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TCsRGB.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TCsRGB.cpp
index feb288906fc73a88a3b70def16fbc2c7aabbc317..f9fdc9ea3f0bc4f860a869123453c09fdc3c5560 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TCsRGB.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TCsRGB.cpp
@@ -19,8 +19,6 @@ WebGLCompressedTextureS3TCsRGB::WebGLCompressedTextureS3TCsRGB(
context->addCompressedTextureFormat(GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV);
}
-WebGLCompressedTextureS3TCsRGB::~WebGLCompressedTextureS3TCsRGB() {}
-
WebGLExtensionName WebGLCompressedTextureS3TCsRGB::name() const {
return WebGLCompressedTextureS3TCsRGBName;
}

Powered by Google App Engine
This is Rietveld 408576698