| Index: src/gpu/vk/GrVkTexture.h
|
| diff --git a/src/gpu/vk/GrVkTexture.h b/src/gpu/vk/GrVkTexture.h
|
| index be52c17a5ff39bb991f27a5056c4b832da97d0e9..c8fb917347bfaa246472cd144bc954d9a8ed0fa6 100644
|
| --- a/src/gpu/vk/GrVkTexture.h
|
| +++ b/src/gpu/vk/GrVkTexture.h
|
| @@ -41,7 +41,7 @@ protected:
|
|
|
| template<typename ResourceType>
|
| static GrVkTexture* Create(GrVkGpu*, ResourceType, const GrSurfaceDesc&, VkFormat,
|
| - uint32_t levels, const GrVkImage::Resource* texImpl);
|
| + const GrVkImage::Resource* texImpl);
|
|
|
| GrVkGpu* getVkGpu() const;
|
|
|
|
|