Index: src/gpu/gl/GrGLPathRendering.h |
diff --git a/src/gpu/gl/GrGLPathRendering.h b/src/gpu/gl/GrGLPathRendering.h |
index 57209fddc117dcab4fa3a6d3b236d3b03d70d987..c3e53178084a0a6f63d33ce76ea10ee2c39c67c9 100644 |
--- a/src/gpu/gl/GrGLPathRendering.h |
+++ b/src/gpu/gl/GrGLPathRendering.h |
@@ -111,7 +111,8 @@ private: |
}; |
GrGLGpu* gpu(); |
- SkAutoTDelete<GrGLNameAllocator> fPathNameAllocator; |
+ GrGLuint fFirstPreallocatedPathID; |
+ GrGLsizei fPreallocatedPathCount; |
MatrixState fHWProjectionMatrixState; |
GrStencilSettings fHWPathStencilSettings; |
Caps fCaps; |