| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 09a221df78884286bb63016468a3831e70e3711c..44be4bfe9714f81183e23ad3334d27c3ab9e556b 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -175,12 +175,12 @@ public:
|
| private:
|
| void onResetContext(uint32_t resetBits) override {}
|
|
|
| - GrTexture* onCreateTexture(const GrSurfaceDesc& desc, bool budgeted, const void* srcData,
|
| - size_t rowBytes) override {
|
| + GrTexture* onCreateTexture(const GrSurfaceDesc& desc, GrGpuResource::LifeCycle lifeCycle,
|
| + const void* srcData, size_t rowBytes) override {
|
| return NULL;
|
| }
|
|
|
| - GrTexture* onCreateCompressedTexture(const GrSurfaceDesc& desc, bool budgeted,
|
| + GrTexture* onCreateCompressedTexture(const GrSurfaceDesc& desc, GrGpuResource::LifeCycle,
|
| const void* srcData) override {
|
| return NULL;
|
| }
|
|
|