| Index: src/gpu/GrTargetCommands.h
|
| diff --git a/src/gpu/GrTargetCommands.h b/src/gpu/GrTargetCommands.h
|
| index 42a8ca3d65c2cab4cda2cc328b940f534ebb4dc6..f9259c72b31ef404aba557495683a1bd5aac1ef1 100644
|
| --- a/src/gpu/GrTargetCommands.h
|
| +++ b/src/gpu/GrTargetCommands.h
|
| @@ -82,13 +82,6 @@ public:
|
| Cmd* recordDrawBatch(GrInOrderDrawBuffer*,
|
| GrBatch*,
|
| const GrDrawTarget::PipelineInfo&);
|
| - void recordDrawRect(GrInOrderDrawBuffer*,
|
| - GrPipelineBuilder*,
|
| - GrColor,
|
| - const SkMatrix& viewMatrix,
|
| - const SkRect& rect,
|
| - const SkRect* localRect,
|
| - const SkMatrix* localMatrix);
|
| Cmd* recordStencilPath(GrInOrderDrawBuffer*,
|
| const GrPipelineBuilder&,
|
| const GrPathProcessor*,
|
| @@ -120,11 +113,6 @@ public:
|
| const SkIRect& srcRect,
|
| const SkIPoint& dstPoint);
|
|
|
| -protected:
|
| - void willReserveVertexAndIndexSpace(int vertexCount,
|
| - size_t vertexStride,
|
| - int indexCount);
|
| -
|
| private:
|
| friend class GrInOrderDrawBuffer;
|
|
|
|
|