| 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;
|
| };
|
|
|