| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 3e1ef6c3d9d858a39bbb5f9f4652062738c1dab2..d7048dd54367c1c07087ef65448ef4b4f09321d8 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -162,10 +162,10 @@ public:
|
|
|
| void discard(GrRenderTarget*) override {}
|
|
|
| - bool copySurface(GrSurface* dst,
|
| - GrSurface* src,
|
| - const SkIRect& srcRect,
|
| - const SkIPoint& dstPoint) override { return false; };
|
| + bool onCopySurface(GrSurface* dst,
|
| + GrSurface* src,
|
| + const SkIRect& srcRect,
|
| + const SkIPoint& dstPoint) override { return false; };
|
|
|
| bool initCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc) override {
|
| return false;
|
|
|