| Index: src/gpu/GrGpu.h
|
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
|
| index 883b7ee98a91a1ff812c8be9f6c33464dfd6f021..97ca11ca076019ad9992adac6ebf9b06d7270c62 100644
|
| --- a/src/gpu/GrGpu.h
|
| +++ b/src/gpu/GrGpu.h
|
| @@ -529,10 +529,10 @@ private:
|
| // Texture size and sample size will have already been validated in base class before
|
| // onCreateTexture/CompressedTexture are called.
|
| virtual GrTexture* onCreateTexture(const GrSurfaceDesc& desc,
|
| - GrGpuResource::LifeCycle lifeCycle,
|
| + SkBudgeted budgeted,
|
| const SkTArray<GrMipLevel>& texels) = 0;
|
| virtual GrTexture* onCreateCompressedTexture(const GrSurfaceDesc& desc,
|
| - GrGpuResource::LifeCycle lifeCycle,
|
| + SkBudgeted budgeted,
|
| const SkTArray<GrMipLevel>& texels) = 0;
|
|
|
| virtual GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership) = 0;
|
|
|