Index: src/gpu/vk/GrVkTexture.cpp |
diff --git a/src/gpu/vk/GrVkTexture.cpp b/src/gpu/vk/GrVkTexture.cpp |
index 058dfbdc0a277ea18a53ad24d813e7f9536719a9..b297b60c11600cd011280778040c76b1c30d8b94 100644 |
--- a/src/gpu/vk/GrVkTexture.cpp |
+++ b/src/gpu/vk/GrVkTexture.cpp |
@@ -76,7 +76,7 @@ GrVkTexture* GrVkTexture::CreateNewTexture(GrVkGpu* gpu, const GrSurfaceDesc& de |
GrVkTexture* GrVkTexture::CreateWrappedTexture(GrVkGpu* gpu, const GrSurfaceDesc& desc, |
GrGpuResource::LifeCycle lifeCycle, |
- VkFormat format, |
+ VkFormat format, |
const GrVkTextureInfo* info) { |
SkASSERT(info); |
// Wrapped textures require both image and allocation (because they can be mapped) |
@@ -145,4 +145,3 @@ GrVkGpu* GrVkTexture::getVkGpu() const { |
SkASSERT(!this->wasDestroyed()); |
return static_cast<GrVkGpu*>(this->getGpu()); |
} |
- |