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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.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/WebGLCompressedTexturePVRTC.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
index 6dc6826990879690d493c06d253a5e5b74237c23..d64610403b14d7c01a266164590864668ad2ecec 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
@@ -38,8 +38,6 @@ WebGLCompressedTexturePVRTC::WebGLCompressedTexturePVRTC(
context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG);
}
-WebGLCompressedTexturePVRTC::~WebGLCompressedTexturePVRTC() {}
-
WebGLExtensionName WebGLCompressedTexturePVRTC::name() const {
return WebGLCompressedTexturePVRTCName;
}

Powered by Google App Engine
This is Rietveld 408576698