Index: src/gpu/GrFlushToGpuDrawTarget.h |
diff --git a/src/gpu/GrFlushToGpuDrawTarget.h b/src/gpu/GrFlushToGpuDrawTarget.h |
index 2383c623d089a6f3e776de4f35fef9c8b6151f3a..fa06ed9630ce1d83cdebf72120e8e183bd55c184 100644 |
--- a/src/gpu/GrFlushToGpuDrawTarget.h |
+++ b/src/gpu/GrFlushToGpuDrawTarget.h |
@@ -46,6 +46,9 @@ protected: |
GrGpu* getGpu() { return fGpu; } |
const GrGpu* getGpu() const{ return fGpu; } |
+ GrVertexBufferAllocPool* getVertexAllocPool() { return fVertexPool; } |
+ GrIndexBufferAllocPool* getIndexAllocPool() { return fIndexPool; } |
+ |
private: |
enum { |
kGeoPoolStatePreAllocCnt = 4, |