| Index: src/gpu/vk/GrVkStencilAttachment.h
|
| diff --git a/src/gpu/vk/GrVkStencilAttachment.h b/src/gpu/vk/GrVkStencilAttachment.h
|
| index f106c69971e032335bfdd1520924a1a7f7c403f9..f6bf19af4f62b541401a64903a9ff012cf9191f9 100644
|
| --- a/src/gpu/vk/GrVkStencilAttachment.h
|
| +++ b/src/gpu/vk/GrVkStencilAttachment.h
|
| @@ -29,7 +29,7 @@ public:
|
|
|
| ~GrVkStencilAttachment() override;
|
|
|
| - const GrVkImage::Resource* imageResource() const { return this->resource(); }
|
| + const GrVkResource* imageResource() const { return this->resource(); }
|
| const GrVkImageView* stencilView() const { return fStencilView; }
|
|
|
| VkFormat vkFormat() const { return fFormat.fInternalFormat; }
|
| @@ -44,7 +44,7 @@ private:
|
| GrVkStencilAttachment(GrVkGpu* gpu,
|
| const Format& format,
|
| const GrVkImage::ImageDesc&,
|
| - const GrVkImage::Resource*,
|
| + const GrVkImageInfo&,
|
| const GrVkImageView* stencilView);
|
|
|
| GrVkGpu* getVkGpu() const;
|
|
|