| Index: src/gpu/vk/GrVkTextureRenderTarget.h
|
| diff --git a/src/gpu/vk/GrVkTextureRenderTarget.h b/src/gpu/vk/GrVkTextureRenderTarget.h
|
| index 6e0d89968ff1750fefb8525ee74baf8d501cc07c..a7aff009d36d8bcfaf14d0ef097474b5fd3ea739 100644
|
| --- a/src/gpu/vk/GrVkTextureRenderTarget.h
|
| +++ b/src/gpu/vk/GrVkTextureRenderTarget.h
|
| @@ -20,6 +20,7 @@
|
| #endif
|
|
|
| class GrVkImageView;
|
| +struct GrVkTextureInfo;
|
|
|
| class GrVkTextureRenderTarget: public GrVkTexture, public GrVkRenderTarget {
|
| public:
|
| @@ -31,7 +32,7 @@ public:
|
| const GrSurfaceDesc&,
|
| GrGpuResource::LifeCycle,
|
| VkFormat,
|
| - GrVkImage::Resource*);
|
| + const GrVkTextureInfo*);
|
|
|
| protected:
|
| void onAbandon() override {
|
|
|