| Index: src/gpu/vk/GrVkTexture.h
|
| diff --git a/src/gpu/vk/GrVkTexture.h b/src/gpu/vk/GrVkTexture.h
|
| index 48ec7305e4145ae568f604e9c96f10668df4148e..7c476ca5425ead6a658113f279b887aadf414e7e 100644
|
| --- a/src/gpu/vk/GrVkTexture.h
|
| +++ b/src/gpu/vk/GrVkTexture.h
|
| @@ -21,7 +21,7 @@ public:
|
| static GrVkTexture* CreateNewTexture(GrVkGpu*, const GrSurfaceDesc&,
|
| GrGpuResource::LifeCycle,
|
| const GrVkImage::ImageDesc&);
|
| -
|
| +
|
| static GrVkTexture* CreateWrappedTexture(GrVkGpu*, const GrSurfaceDesc&,
|
| GrGpuResource::LifeCycle,
|
| VkFormat, const GrVkTextureInfo*);
|
| @@ -47,7 +47,7 @@ protected:
|
| GrGpuResource::LifeCycle, VkFormat,
|
| const GrVkImage::Resource* texImpl);
|
|
|
| - GrVkGpu* getVkGpu() const;
|
| + GrVkGpu* getVkGpu() const;
|
|
|
| void onAbandon() override;
|
| void onRelease() override;
|
|
|