Chromium Code Reviews| Index: gpu/command_buffer/client/gpu_memory_buffer.h |
| diff --git a/gpu/command_buffer/client/gpu_memory_buffer.h b/gpu/command_buffer/client/gpu_memory_buffer.h |
| index 14e95ee7f21eb1e389353b136e5b36ad8e83219b..b388f473a56e78345caef5aeefb682b1de966555 100644 |
| --- a/gpu/command_buffer/client/gpu_memory_buffer.h |
| +++ b/gpu/command_buffer/client/gpu_memory_buffer.h |
| @@ -27,7 +27,7 @@ class GLES2_IMPL_EXPORT GpuMemoryBuffer { |
| enum AccessMode { |
| READ_ONLY, |
| WRITE_ONLY, |
| - READ_OR_WRITE, |
| + READ_WRITE, |
| }; |
| // Frees a previously allocated buffer. Freeing a buffer that is still |