| Index: src/gpu/vk/GrVkStencilAttachment.h
|
| diff --git a/src/gpu/vk/GrVkStencilAttachment.h b/src/gpu/vk/GrVkStencilAttachment.h
|
| index 282fdf76d9409c98df4d6e414741ae66ea7b0a4d..f106c69971e032335bfdd1520924a1a7f7c403f9 100644
|
| --- a/src/gpu/vk/GrVkStencilAttachment.h
|
| +++ b/src/gpu/vk/GrVkStencilAttachment.h
|
| @@ -24,8 +24,7 @@ public:
|
| bool fPacked;
|
| };
|
|
|
| - static GrVkStencilAttachment* Create(GrVkGpu* gpu, GrGpuResource::LifeCycle lifeCycle,
|
| - int width, int height,
|
| + static GrVkStencilAttachment* Create(GrVkGpu* gpu, int width, int height,
|
| int sampleCnt, const Format& format);
|
|
|
| ~GrVkStencilAttachment() override;
|
| @@ -43,7 +42,6 @@ private:
|
| size_t onGpuMemorySize() const override;
|
|
|
| GrVkStencilAttachment(GrVkGpu* gpu,
|
| - GrGpuResource::LifeCycle lifeCycle,
|
| const Format& format,
|
| const GrVkImage::ImageDesc&,
|
| const GrVkImage::Resource*,
|
|
|