Chromium Code Reviews| Index: src/gpu/GrGpu.h |
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
| index be8a59a738098045c0417a4834bff15e1e648ec7..b4828b7c419b13a4449c7f30dfc97de357725848 100644 |
| --- a/src/gpu/GrGpu.h |
| +++ b/src/gpu/GrGpu.h |
| @@ -137,7 +137,7 @@ public: |
| GrRenderTarget* wrapBackendTextureAsRenderTarget(const GrBackendTextureDesc&); |
| /** |
| - * Creates a buffer. |
| + * Creates a VBO. For a client-side buffer use GrBuffer::CreateCPUBacked. |
| * |
| * @param size size of buffer to create. |
| * @param intendedType hint to the graphics subsystem about what the buffer will be used for. |