Chromium Code Reviews| Index: src/gpu/vk/GrVkBuffer.cpp |
| diff --git a/src/gpu/vk/GrVkBuffer.cpp b/src/gpu/vk/GrVkBuffer.cpp |
| index 24a593a9a713d3eefef17f4d7df7f0464702da6e..679132873b7577919dd8794e9875a963c9b4ffe2 100644 |
| --- a/src/gpu/vk/GrVkBuffer.cpp |
| +++ b/src/gpu/vk/GrVkBuffer.cpp |
| @@ -195,4 +195,3 @@ void GrVkBuffer::validate() const { |
| || kCopyRead_Type == fDesc.fType || kCopyWrite_Type == fDesc.fType |
| || kUniform_Type == fDesc.fType); |
| } |
| - |