| Index: tools/gpu/GrTest.cpp | 
| diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp | 
| index d2c72956ea4152707e8df0361126b6ef23a3a051..8a64ebcbf2f3c5c93cb4fae2cec14c83c063f37e 100644 | 
| --- a/tools/gpu/GrTest.cpp | 
| +++ b/tools/gpu/GrTest.cpp | 
| @@ -306,7 +306,7 @@ public: | 
| *effectiveSampleCnt = rt->desc().fSampleCnt; | 
| } | 
|  | 
| -    bool initCopySurfaceDstDesc(const GrSurface* src, GrSurfaceDesc* desc) const override { | 
| +    bool initDescForDstCopy(const GrRenderTarget* src, GrSurfaceDesc* desc) const override { | 
| return false; | 
| } | 
|  | 
|  |