| Index: components/mus/public/interfaces/surface_id.mojom
|
| diff --git a/components/mus/public/interfaces/surface_id.mojom b/components/mus/public/interfaces/surface_id.mojom
|
| index 7d6f657fb0fab8306b06e9a3914d3b5b35d08411..8e499c1f2f14ac7094febc2478ef5e113bedbeed 100644
|
| --- a/components/mus/public/interfaces/surface_id.mojom
|
| +++ b/components/mus/public/interfaces/surface_id.mojom
|
| @@ -15,6 +15,6 @@ module mus.mojom;
|
| // owned by the same client. The actual id namespace must be used to pass
|
| // surface ids to other clients for them to reference.
|
| struct SurfaceId {
|
| - uint32 local;
|
| + uint64 local;
|
| uint32 id_namespace;
|
| };
|
|
|