| Index: src/gpu/GrTest.cpp
 | 
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
 | 
| index 6504acf38d3da63865a65acdf0510a4009c395aa..0b3d030cdb61244d061c6da745b01a9295f74e1e 100644
 | 
| --- a/src/gpu/GrTest.cpp
 | 
| +++ b/src/gpu/GrTest.cpp
 | 
| @@ -155,6 +155,11 @@
 | 
|  
 | 
|      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,
 | 
| 
 |