| Index: cc/ipc/surface_sequence.mojom
|
| diff --git a/cc/ipc/surface_sequence.mojom b/cc/ipc/surface_sequence.mojom
|
| index 631fe8d7a6107ad86372cc787456a27723d3bd5f..d186077e12cdc75c16b19e69c57bb23806477816 100644
|
| --- a/cc/ipc/surface_sequence.mojom
|
| +++ b/cc/ipc/surface_sequence.mojom
|
| @@ -7,9 +7,8 @@ module cc.mojom;
|
| // A per-surface-namespace sequence number that's used to coordinate
|
| // dependencies between frames. A sequence number may be satisfied once, and
|
| // may be depended on once.
|
| -// A surface sequence consists of an id namespace and a local sequence number.
|
| struct SurfaceSequence {
|
| - uint32 id_namespace;
|
| + uint32 client_id;
|
| uint32 sequence;
|
| };
|
|
|
|
|