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

Unified Diff: third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.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/OESStandardDerivatives.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp b/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp
index cb4d9e2d4d2b80220325b3acd71aec7b1ca27f89..def19536b2001c964208f83acbd6f5c4efc7ec74 100644
--- a/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp
+++ b/third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.cpp
@@ -34,8 +34,6 @@ OESStandardDerivatives::OESStandardDerivatives(
"GL_OES_standard_derivatives");
}
-OESStandardDerivatives::~OESStandardDerivatives() {}
-
WebGLExtensionName OESStandardDerivatives::name() const {
return OESStandardDerivativesName;
}

Powered by Google App Engine
This is Rietveld 408576698