Index: src/gpu/gl/GrGLVertexArray.cpp |
diff --git a/src/gpu/gl/GrGLVertexArray.cpp b/src/gpu/gl/GrGLVertexArray.cpp |
index 39fd48cb89e308dde363e6abc41e1709e18bbc62..66feb820530a06f297984245b998a7c65c2c8949 100644 |
--- a/src/gpu/gl/GrGLVertexArray.cpp |
+++ b/src/gpu/gl/GrGLVertexArray.cpp |
@@ -73,7 +73,6 @@ |
, fID(id) |
, fAttribArrays(attribCount) |
, fIndexBufferIDIsValid(false) { |
- this->registerWithCache(); |
} |
void GrGLVertexArray::onAbandon() { |