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

Unified Diff: third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.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/OESTextureHalfFloat.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp
index 85d98fa33cc4ad90cedf4efbf7eb073ecbba7f43..940ab4262a8de935e6842cb272ad1a9b6ca848eb 100644
--- a/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.cpp
@@ -33,8 +33,6 @@ OESTextureHalfFloat::OESTextureHalfFloat(WebGLRenderingContextBase* context)
"GL_OES_texture_half_float");
}
-OESTextureHalfFloat::~OESTextureHalfFloat() {}
-
WebGLExtensionName OESTextureHalfFloat::name() const {
return OESTextureHalfFloatName;
}

Powered by Google App Engine
This is Rietveld 408576698