| Index: mojo/public/cpp/system/platform_handle.h
|
| diff --git a/mojo/public/cpp/system/platform_handle.h b/mojo/public/cpp/system/platform_handle.h
|
| index f30f2cfd8ec7ab032a1bdcaaec4e959a7553e92d..4e33f1b1baf3e0a321feb3ba969191ea95898fd8 100644
|
| --- a/mojo/public/cpp/system/platform_handle.h
|
| +++ b/mojo/public/cpp/system/platform_handle.h
|
| @@ -62,6 +62,7 @@ MojoResult UnwrapPlatformFile(ScopedHandle handle, base::PlatformFile* file);
|
| // SharedMemoryHandle. Note that |read_only| is only an indicator of whether
|
| // |memory_handle| only supports read-only mapping. It does NOT have any
|
| // influence on the access control of the shared buffer object.
|
| +MOJO_CPP_SYSTEM_EXPORT
|
| ScopedSharedBufferHandle WrapSharedMemoryHandle(
|
| const base::SharedMemoryHandle& memory_handle,
|
| size_t size,
|
|
|