Chromium Code Reviews| 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..7935e22db96a6932c160c2ef58baa813f17e996d 100644 |
| --- a/components/mus/public/interfaces/surface_id.mojom |
| +++ b/components/mus/public/interfaces/surface_id.mojom |
| @@ -15,6 +15,7 @@ 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; |
| uint32 id_namespace; |
| + uint32 local_id; |
|
Ben Goodger (Google)
2016/05/25 15:30:42
you should document this field:
Fady Samuel
2016/05/25 16:13:52
Done.
|
| + uint64 nonce; |
| }; |