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

Unified Diff: third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.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/EXTShaderTextureLOD.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp b/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp
index 389983586720c424981a76bceefdc01cbc296d97..2f71733e9f6aa843166e43c05ab1a63deb73590f 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.cpp
@@ -12,8 +12,6 @@ EXTShaderTextureLOD::EXTShaderTextureLOD(WebGLRenderingContextBase* context)
"GL_EXT_shader_texture_lod");
}
-EXTShaderTextureLOD::~EXTShaderTextureLOD() {}
-
WebGLExtensionName EXTShaderTextureLOD::name() const {
return EXTShaderTextureLODName;
}

Powered by Google App Engine
This is Rietveld 408576698