| Index: mojo/edk/system/core.h
|
| diff --git a/mojo/edk/system/core.h b/mojo/edk/system/core.h
|
| index 7217888f14c81d2b5af980b1cb48083d6c9b0d2a..ab154b16d4621dd33d31d6c76129725199fbd1d3 100644
|
| --- a/mojo/edk/system/core.h
|
| +++ b/mojo/edk/system/core.h
|
| @@ -152,6 +152,9 @@ class Core {
|
| MojoHandle buffer_handle,
|
| UserPointer<const MojoDuplicateBufferHandleOptions> options,
|
| UserPointer<MojoHandle> new_buffer_handle);
|
| + MojoResult GetBufferInformation(MojoHandle buffer_handle,
|
| + UserPointer<MojoBufferInformation> info,
|
| + uint32_t info_num_bytes);
|
| MojoResult MapBuffer(MojoHandle buffer_handle,
|
| uint64_t offset,
|
| uint64_t num_bytes,
|
|
|