Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 16ebeed342d32122de050add3841919289016485..24b1d51471b8647e03adb3fb884600e11a260382 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -25,7 +25,6 @@ class GrFragmentProcessor; |
class GrGpu; |
class GrGpuTraceMarker; |
class GrIndexBuffer; |
-class GrIndexBufferAllocPool; |
class GrLayerCache; |
class GrOvalRenderer; |
class GrPath; |
@@ -39,7 +38,6 @@ class GrTextBlobCache; |
class GrTextContext; |
class GrTextureParams; |
class GrVertexBuffer; |
-class GrVertexBufferAllocPool; |
class GrStrokeInfo; |
class GrSoftwarePathRenderer; |
class SkGpuDevice; |
@@ -596,8 +594,6 @@ private: |
GrPathRendererChain* fPathRendererChain; |
GrSoftwarePathRenderer* fSoftwarePathRenderer; |
- GrVertexBufferAllocPool* fDrawBufferVBAllocPool; |
- GrIndexBufferAllocPool* fDrawBufferIBAllocPool; |
GrDrawTarget* fDrawBuffer; |
// Set by OverbudgetCB() to request that GrContext flush before exiting a draw. |
@@ -626,8 +622,6 @@ private: |
void initMockContext(); |
void initCommon(); |
- void setupDrawBuffer(); |
- |
class AutoCheckFlush; |
// Sets the paint and returns the target to draw into. |
GrDrawTarget* prepareToDraw(GrPipelineBuilder*, |