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

Unified Diff: third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.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/EXTColorBufferFloat.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp b/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp
index 18618fe188ffa83edf9a52dc640fb194792c2a32..a1b96dec9fdc20b4c68c3f9beb6c84a193bb12aa 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.cpp
@@ -12,8 +12,6 @@ EXTColorBufferFloat::EXTColorBufferFloat(WebGLRenderingContextBase* context)
"GL_EXT_color_buffer_float");
}
-EXTColorBufferFloat::~EXTColorBufferFloat() {}
-
WebGLExtensionName EXTColorBufferFloat::name() const {
return EXTColorBufferFloatName;
}

Powered by Google App Engine
This is Rietveld 408576698