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

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: Fix mojom file 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..2228d764d47648907ddef075197dbcd4629200d4 100644
--- a/components/mus/public/interfaces/compositor_frame.mojom
+++ b/components/mus/public/interfaces/compositor_frame.mojom
@@ -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