| Index: src/gpu/GrGpu.h
|
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
|
| index d89d371288f474302a2237f994b662590dae26a3..b580f483aee7dd66c85d4eff913083ef7a03e2d0 100644
|
| --- a/src/gpu/GrGpu.h
|
| +++ b/src/gpu/GrGpu.h
|
| @@ -14,7 +14,6 @@
|
| #include "SkPath.h"
|
|
|
| class GrContext;
|
| -class GrIndexBufferAllocPool;
|
| class GrPath;
|
| class GrPathRange;
|
| class GrPathRenderer;
|
| @@ -22,7 +21,6 @@ class GrPathRendererChain;
|
| class GrPipeline;
|
| class GrPrimitiveProcessor;
|
| class GrStencilAttachment;
|
| -class GrVertexBufferAllocPool;
|
| class GrVertices;
|
|
|
| class GrGpu : public SkRefCnt {
|
|
|