diff options
Diffstat (limited to 'gpu/src/GrGpuGL.cpp')
-rw-r--r-- | gpu/src/GrGpuGL.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/src/GrGpuGL.cpp b/gpu/src/GrGpuGL.cpp index 7a83ac8b26..0b5927a3cc 100644 --- a/gpu/src/GrGpuGL.cpp +++ b/gpu/src/GrGpuGL.cpp @@ -466,7 +466,6 @@ void GrGpuGL::putClientVertexDataInBuffer(const void* vertexData, size_t vertexD GrSafeUnref(fClientArrayVB); fClientArrayVB = (GrGLVertexBuffer*)createVertexBuffer(currMinVBSize, true); fOversizeVBDrawCnt = 0; - GrPrintf("Realloc VB 0%08x\n", currMinVBSize); } fClientArrayVB->updateData(vertexData, vertexDataSize); if (currMinVBSize == MIN_VB_SIZE && fClientArrayVB->size() > MIN_VB_SIZE) { |