Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index a49b2c28fd9802c41749912c7bf84792f0ef0be5..8562d1e50959371a22b322ca75909d76ff15c655 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -132,7 +132,7 @@ public: |
* @return the buffer if successful, otherwise nullptr. |
*/ |
GrBuffer* createBuffer(GrBufferType, size_t size, GrAccessPattern); |
- |
+ |
/** |
* Resolves MSAA. |
*/ |
@@ -357,7 +357,7 @@ public: |
const GrMesh*, |
int meshCount); |
- // Called by drawtarget when flushing. |
+ // Called by drawtarget when flushing. |
// Provides a hook for post-flush actions (e.g. PLS reset and Vulkan command buffer submits). |
virtual void finishDrawTarget() {} |