| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index bb7fd89a2ca4945ff98952659fd263b7c154f9ae..e764512f8d0a7c733729b19b560b0a4a8c4cbd3b 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -34,8 +34,6 @@ public:
|
| bool insideClip,
|
| GrRenderTarget* renderTarget) override;
|
|
|
| - void discard(GrRenderTarget*) override;
|
| -
|
| protected:
|
| void appendIndicesAndTransforms(const void* indexValues, PathIndexType indexType,
|
| const float* transformValues, PathTransformType transformType,
|
| @@ -78,7 +76,7 @@ private:
|
| void onFlush() override;
|
|
|
| // overrides from GrDrawTarget
|
| - void onDrawBatch(GrDrawBatch*) override;
|
| + void onDrawBatch(GrBatch*) override;
|
| void onStencilPath(const GrPipelineBuilder&,
|
| const GrPathProcessor*,
|
| const GrPath*,
|
| @@ -97,9 +95,6 @@ private:
|
| int count,
|
| const GrStencilSettings&,
|
| const PipelineInfo&) override;
|
| - void onClear(const SkIRect& rect,
|
| - GrColor color,
|
| - GrRenderTarget* renderTarget) override;
|
| void onCopySurface(GrSurface* dst,
|
| GrSurface* src,
|
| const SkIRect& srcRect,
|
|
|