| Index: src/gpu/GrTest.cpp
 | 
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
 | 
| index ec31307c1af22f3bf51b88834579fcb0b3c7c1b6..d7098533a0afd43726248676e9e1ab8a15d91783 100644
 | 
| --- a/src/gpu/GrTest.cpp
 | 
| +++ b/src/gpu/GrTest.cpp
 | 
| @@ -87,13 +87,12 @@ public:
 | 
|  private:
 | 
|      void onResetContext(uint32_t resetBits) SK_OVERRIDE {}
 | 
|  
 | 
| -    GrTexture* onCreateTexture(const GrSurfaceDesc& desc,
 | 
| -                               const void* srcData,
 | 
| +    GrTexture* onCreateTexture(const GrSurfaceDesc& desc, bool budgeted, const void* srcData,
 | 
|                                 size_t rowBytes) SK_OVERRIDE {
 | 
|          return NULL;
 | 
|      }
 | 
|  
 | 
| -    GrTexture* onCreateCompressedTexture(const GrSurfaceDesc& desc,
 | 
| +    GrTexture* onCreateCompressedTexture(const GrSurfaceDesc& desc, bool budgeted,
 | 
|                                           const void* srcData) SK_OVERRIDE {
 | 
|          return NULL;
 | 
|      }
 | 
| 
 |