Chromium Code Reviews| Index: cc/ipc/local_frame_id.mojom |
| diff --git a/cc/ipc/local_frame_id.mojom b/cc/ipc/local_frame_id.mojom |
| index feca9b0fcc1471e96d1d499078e8bd1108df8eac..d5a7d44aaeed74819244e97a945afc4431212866 100644 |
| --- a/cc/ipc/local_frame_id.mojom |
| +++ b/cc/ipc/local_frame_id.mojom |
| @@ -3,6 +3,7 @@ |
| // found in the LICENSE file. |
| module cc.mojom; |
| +import "mojo/common/common_custom_types.mojom"; |
| struct LocalFrameId { |
| // An identifier allocated by the client uniquely identifying a surface within |
| @@ -11,6 +12,6 @@ struct LocalFrameId { |
| // A cryptographically secure random int chosen to make the LocalFrameId |
|
Fady Samuel
2016/10/07 14:18:11
nit: This comment seems redundant now.
Alex Z.
2016/10/07 14:27:49
Done.
|
| // unguessable by other clients. |
| - uint64 nonce; |
| + mojo.common.mojom.UnguessableToken nonce; |
| }; |