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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.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/WebGLVertexArrayObjectBase.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
index 2d8342d22e1c4968ee9bdcab7d11605348990d2e..7f776bba1e108ad51ad2492b0672b96e8ce83ac5 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectBase.h
@@ -62,7 +62,6 @@ class WebGLVertexArrayObjectBase : public WebGLContextObject {
VaoType m_type;
bool m_hasEverBeenBound;
- bool m_destructionInProgress;
TraceWrapperMember<WebGLBuffer> m_boundElementArrayBuffer;
HeapVector<TraceWrapperMember<WebGLBuffer>> m_arrayBufferList;
Vector<bool> m_attribEnabled;

Powered by Google App Engine
This is Rietveld 408576698