| Index: src/gpu/vk/GrVkTexture.h
|
| diff --git a/src/gpu/vk/GrVkTexture.h b/src/gpu/vk/GrVkTexture.h
|
| index de10a32b4c8ce2ce5707fe3a518b5722271c85a1..06d147584a35cb50022d769441e70815b9ebec57 100644
|
| --- a/src/gpu/vk/GrVkTexture.h
|
| +++ b/src/gpu/vk/GrVkTexture.h
|
| @@ -32,7 +32,7 @@ public:
|
|
|
| const GrVkImageView* textureView(bool allowSRGB);
|
|
|
| - bool reallocForMipmap(const GrVkGpu* gpu, uint32_t mipLevels);
|
| + bool reallocForMipmap(GrVkGpu* gpu, uint32_t mipLevels);
|
|
|
| protected:
|
| GrVkTexture(GrVkGpu*, const GrSurfaceDesc&, const GrVkImageInfo&, const GrVkImageView*,
|
|
|