| Index: third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.h b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.h
|
| index 9ea18e22fe8791ab59360b755063574ae15cb862..f1b8b1d3ef40d1665b34f676b755d21b0bc65487 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.h
|
| @@ -16,6 +16,10 @@ public:
|
|
|
| private:
|
| explicit WebGLVertexArrayObject(WebGLRenderingContextBase*, VaoType);
|
| +
|
| + // For preserving the wrappers of WebGLBuffer objects latched in
|
| + // via vertexAttribPointer calls.
|
| + v8::Persistent<v8::Array> m_bufferWrappers;
|
| };
|
|
|
| } // namespace blink
|
|
|