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

Unified Diff: components/mus/public/interfaces/compositor_frame.mojom

Issue 1489573003: Added an extra sync token field for extra command buffer identification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/mus/public/interfaces/compositor_frame.mojom
diff --git a/components/mus/public/interfaces/compositor_frame.mojom b/components/mus/public/interfaces/compositor_frame.mojom
index b5f1a33f3b5052ccf38c2ea4389e130750465e92..5a96bfa873da18218b94df0545faffacbe41cddb 100644
--- a/components/mus/public/interfaces/compositor_frame.mojom
+++ b/components/mus/public/interfaces/compositor_frame.mojom
@@ -18,7 +18,7 @@ enum ResourceFormat {
};
// See src/gpu/command_buffer/common/constants.h
-enum CommandBufferNamespace {
+enum CommandBufferNamespace : int8 {
INVALID = -1,
GPU_IO,
@@ -33,6 +33,7 @@ enum CommandBufferNamespace {
struct SyncToken {
bool verified_flush;
CommandBufferNamespace namespace_id;
+ uint32 extra_data_field;
uint64 command_buffer_id;
uint64 release_count;
};

Powered by Google App Engine
This is Rietveld 408576698