| Index: tools/viewer/sk_app/VulkanWindowContext.h
|
| diff --git a/tools/viewer/sk_app/VulkanWindowContext.h b/tools/viewer/sk_app/VulkanWindowContext.h
|
| index 1953d7505de08a27eb06fdf4ab8093ad24bcd9d4..abb873045fc1b9db5ec6a6752991adae486d92b1 100644
|
| --- a/tools/viewer/sk_app/VulkanWindowContext.h
|
| +++ b/tools/viewer/sk_app/VulkanWindowContext.h
|
| @@ -97,7 +97,6 @@ private:
|
| uint32_t fImageCount;
|
| VkImage* fImages; // images in the swapchain
|
| VkImageLayout* fImageLayouts; // layouts of these images when not color attachment
|
| - sk_sp<GrRenderTarget>* fRenderTargets; // wrapped rendertargets for those images
|
| sk_sp<SkSurface>* fSurfaces; // surfaces client renders to (may not be based on rts)
|
| VkCommandPool fCommandPool;
|
| BackbufferInfo* fBackbuffers;
|
|
|