| Index: mojo/public/platform/native/system_thunks.h
|
| diff --git a/mojo/public/platform/native/system_thunks.h b/mojo/public/platform/native/system_thunks.h
|
| index 8ada0f08ebff85fcc9d7f105e9c723b4622baaa0..23f7d69f521a3800622ce76cc685662e9dcbb6ef 100644
|
| --- a/mojo/public/platform/native/system_thunks.h
|
| +++ b/mojo/public/platform/native/system_thunks.h
|
| @@ -126,6 +126,7 @@ struct MojoSystemThunks {
|
| MojoHandle data_pipe_producer_handle,
|
| struct MojoDataPipeProducerOptions* options,
|
| uint32_t options_num_bytes);
|
| + MojoResult (*GetRights)(MojoHandle handle, MojoHandleRights* rights);
|
| };
|
| #pragma pack(pop)
|
|
|
| @@ -159,6 +160,7 @@ inline MojoSystemThunks MojoMakeSystemThunks() {
|
| MojoGetDataPipeConsumerOptions,
|
| MojoSetDataPipeProducerOptions,
|
| MojoGetDataPipeProducerOptions,
|
| + MojoGetRights,
|
| };
|
| return system_thunks;
|
| }
|
|
|