| Index: src/gpu/vk/GrVkRenderTarget.h
 | 
| diff --git a/src/gpu/vk/GrVkRenderTarget.h b/src/gpu/vk/GrVkRenderTarget.h
 | 
| index 21c5788aa15e7aaa3974d522eb9661838cfc9aa0..f8c08e6b98dbb03f67ce12122bf8cf8fb3ce423d 100644
 | 
| --- a/src/gpu/vk/GrVkRenderTarget.h
 | 
| +++ b/src/gpu/vk/GrVkRenderTarget.h
 | 
| @@ -63,7 +63,7 @@ public:
 | 
|      // Returns the total number of attachments
 | 
|      void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
 | 
|                                    GrVkRenderPass::AttachmentFlags* flags) const;
 | 
| -    
 | 
| +
 | 
|      void addResources(GrVkCommandBuffer& commandBuffer) const;
 | 
|  
 | 
|  protected:
 | 
| @@ -130,7 +130,7 @@ private:
 | 
|      const GrVkImage::Resource* fMSAAImageResource;
 | 
|      const GrVkImageView*       fResolveAttachmentView;
 | 
|      int                        fColorValuesPerPixel;
 | 
| -    
 | 
| +
 | 
|      // This is a cached pointer to a simple render pass. The render target should unref it
 | 
|      // once it is done with it.
 | 
|      const GrVkRenderPass*      fCachedSimpleRenderPass;
 | 
| 
 |