Index: src/gpu/vk/GrVkDescriptorPool.cpp |
diff --git a/src/gpu/vk/GrVkDescriptorPool.cpp b/src/gpu/vk/GrVkDescriptorPool.cpp |
index 43ffe951e2131fd87af2e79be37886259f5b5543..b89145a7317fc107d6e1aa08b0ba0f9923529038 100644 |
--- a/src/gpu/vk/GrVkDescriptorPool.cpp |
+++ b/src/gpu/vk/GrVkDescriptorPool.cpp |
@@ -13,7 +13,7 @@ |
GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorType type, uint32_t count) |
: INHERITED() |
- , fType (type) |
+ , fType (type) |
, fCount(count) { |
VkDescriptorPoolSize poolSize; |
memset(&poolSize, 0, sizeof(VkDescriptorPoolSize)); |