| Index: src/gpu/GrImmediateDrawTarget.h
|
| diff --git a/src/gpu/GrImmediateDrawTarget.h b/src/gpu/GrImmediateDrawTarget.h
|
| index cb2c24322580bfe62794288b64ac488a72d2b8c4..10b7e24987029a3d0f0e33a1b01f39907a853031 100644
|
| --- a/src/gpu/GrImmediateDrawTarget.h
|
| +++ b/src/gpu/GrImmediateDrawTarget.h
|
| @@ -30,14 +30,12 @@ public:
|
| bool insideClip,
|
| GrRenderTarget* renderTarget) override;
|
|
|
| - void discard(GrRenderTarget*) override;
|
| -
|
| private:
|
| void onReset() override;
|
| void onFlush() override;
|
|
|
| // overrides from GrDrawTarget
|
| - void onDrawBatch(GrDrawBatch*) override;
|
| + void onDrawBatch(GrBatch*) override;
|
| void onStencilPath(const GrPipelineBuilder&,
|
| const GrPathProcessor*,
|
| const GrPath*,
|
| @@ -62,9 +60,6 @@ private:
|
| const PipelineInfo&) override {
|
| SkFAIL("Only batch implemented\n");
|
| }
|
| - void onClear(const SkIRect& rect,
|
| - GrColor color,
|
| - GrRenderTarget* renderTarget) override;
|
| void onCopySurface(GrSurface* dst,
|
| GrSurface* src,
|
| const SkIRect& srcRect,
|
|
|