Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: gpu/command_buffer/client/gpu_memory_buffer.h

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Add missing parameter in GLES2Implementation ctor in GLES2Implementation unittest Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698