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

Unified Diff: third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.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/ANGLEInstancedArrays.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp
index c7f8e854a83f8291e21a5f7baa7850552a20fc31..92384253abc1d1884fec9fda1387e4adca76c615 100644
--- a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp
+++ b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.cpp
@@ -40,8 +40,6 @@ ANGLEInstancedArrays::ANGLEInstancedArrays(WebGLRenderingContextBase* context)
"GL_ANGLE_instanced_arrays");
}
-ANGLEInstancedArrays::~ANGLEInstancedArrays() {}
-
WebGLExtensionName ANGLEInstancedArrays::name() const {
return ANGLEInstancedArraysName;
}

Powered by Google App Engine
This is Rietveld 408576698