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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.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/WebGLDrawBuffers.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp
index 3f0793ec3fc5b3a513b95445a11ceb02310b1d31..a5c3397e54e6c547225eb28d8791842c9a01848f 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp
@@ -35,8 +35,6 @@ WebGLDrawBuffers::WebGLDrawBuffers(WebGLRenderingContextBase* context)
context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_draw_buffers");
}
-WebGLDrawBuffers::~WebGLDrawBuffers() {}
-
WebGLExtensionName WebGLDrawBuffers::name() const {
return WebGLDrawBuffersName;
}

Powered by Google App Engine
This is Rietveld 408576698