| Index: gpu/command_buffer/common/buffer.h
|
| diff --git a/gpu/command_buffer/common/buffer.h b/gpu/command_buffer/common/buffer.h
|
| index af8073e1fe4c36b5d804b83faaaa6da5af68d0e3..74d9705b555e6068bf880a7b588c4ed0a7c253c4 100644
|
| --- a/gpu/command_buffer/common/buffer.h
|
| +++ b/gpu/command_buffer/common/buffer.h
|
| @@ -17,7 +17,7 @@ namespace base {
|
|
|
| namespace gpu {
|
|
|
| -// Buffer/ThreadSafeBuffer own a piece of shared-memory of a certain size.
|
| +// Buffer owns a piece of shared-memory of a certain size.
|
| class GPU_EXPORT Buffer : public base::RefCountedThreadSafe<Buffer> {
|
| public:
|
| Buffer(scoped_ptr<base::SharedMemory> shared_memory, size_t size);
|
|
|