| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 7416ccf14ceb6014df3733962c46fa1269a9dd1b..84d63ff8150624a1f95c6b7004c733e72299847f 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -155,11 +155,6 @@ public:
|
|
|
| void discard(GrRenderTarget*) override {}
|
|
|
| - bool canCopySurface(const GrSurface* dst,
|
| - const GrSurface* src,
|
| - const SkIRect& srcRect,
|
| - const SkIPoint& dstPoint) override { return false; };
|
| -
|
| bool copySurface(GrSurface* dst,
|
| GrSurface* src,
|
| const SkIRect& srcRect,
|
|
|