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

Unified Diff: gpu/command_buffer/common/constants.h

Issue 1460833002: gpu: Implement the new fence syncs in mojo command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address issues Created 5 years, 1 month 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/common/constants.h
diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
index fade0a54829bf8eff3866da713a52a9496f62475..e227739daf6836134ac777193e128f8870dfced2 100644
--- a/gpu/command_buffer/common/constants.h
+++ b/gpu/command_buffer/common/constants.h
@@ -73,6 +73,7 @@ enum CommandBufferNamespace {
GPU_IO,
IN_PROCESS,
MOJO,
+ MOJO_LOCAL,
OLD_SYNC_POINTS,
NUM_COMMAND_BUFFER_NAMESPACES

Powered by Google App Engine
This is Rietveld 408576698