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

Unified Diff: third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.h

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.h
diff --git a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.h b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.h
index 68a21a21c2895778c307d7bab1c7cb931a15895b..b74930365343af02e15afa910f51a60629713af1 100644
--- a/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.h
+++ b/third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.h
@@ -44,7 +44,6 @@ class ANGLEInstancedArrays final : public WebGLExtension {
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- ~ANGLEInstancedArrays() override;
WebGLExtensionName name() const override;
void drawArraysInstancedANGLE(GLenum mode,

Powered by Google App Engine
This is Rietveld 408576698