Chromium Code Reviews| 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..946867a7d963c59e2f8158da75a7f774409dbb4c 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; |
| + int32 extra_data_field; |
|
piman
2015/12/03 23:42:44
Please remove this one too, for consistency with I
David Yen
2015/12/03 23:53:27
Done.
|
| uint64 command_buffer_id; |
| uint64 release_count; |
| }; |