| Index: mojo/system/dispatcher.h
|
| diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h
|
| index 143f44e9fc58ab156849c084e668e615997e24ad..2aee019afc7df04e7997ee0c38d74cd33e5dfac9 100644
|
| --- a/mojo/system/dispatcher.h
|
| +++ b/mojo/system/dispatcher.h
|
| @@ -110,7 +110,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Dispatcher :
|
| // |*new_dispatcher| should be null (and will contain the dispatcher for the
|
| // new handle on success).
|
| MojoResult DuplicateBufferHandle(
|
| - const MojoDuplicateBufferHandleOptions* options,
|
| + UserPointer<const MojoDuplicateBufferHandleOptions> options,
|
| scoped_refptr<Dispatcher>* new_dispatcher);
|
| MojoResult MapBuffer(uint64_t offset,
|
| uint64_t num_bytes,
|
| @@ -239,7 +239,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Dispatcher :
|
| MojoReadDataFlags flags);
|
| virtual MojoResult EndReadDataImplNoLock(uint32_t num_bytes_read);
|
| virtual MojoResult DuplicateBufferHandleImplNoLock(
|
| - const MojoDuplicateBufferHandleOptions* options,
|
| + UserPointer<const MojoDuplicateBufferHandleOptions> options,
|
| scoped_refptr<Dispatcher>* new_dispatcher);
|
| virtual MojoResult MapBufferImplNoLock(
|
| uint64_t offset,
|
|
|