| Index: src/gpu/GrBufferedDrawTarget.h
|
| diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
|
| index 962385e93b4cb2f2cc278bb58d1ce8f54de8db56..dc409ef3f1092f4dd8118bddbdc2cd5a8acf9569 100644
|
| --- a/src/gpu/GrBufferedDrawTarget.h
|
| +++ b/src/gpu/GrBufferedDrawTarget.h
|
| @@ -91,10 +91,6 @@ private:
|
| int count,
|
| const GrStencilSettings&,
|
| const PipelineInfo&) override;
|
| - void onCopySurface(GrSurface* dst,
|
| - GrSurface* src,
|
| - const SkIRect& srcRect,
|
| - const SkIPoint& dstPoint) override;
|
|
|
| bool isIssued(uint32_t drawID) override { return drawID != fDrawID; }
|
|
|
|
|