| Index: third_party/WebKit/Source/core/mojo/Mojo.idl
|
| diff --git a/third_party/WebKit/Source/core/mojo/Mojo.idl b/third_party/WebKit/Source/core/mojo/Mojo.idl
|
| index 4a48194cb9549afb29ce204211e14706112b85b7..92421f4b100ad9c1be58adaee51c64a32348abca 100644
|
| --- a/third_party/WebKit/Source/core/mojo/Mojo.idl
|
| +++ b/third_party/WebKit/Source/core/mojo/Mojo.idl
|
| @@ -29,5 +29,6 @@ typedef unsigned long MojoResult;
|
| const MojoResult RESULT_SHOULD_WAIT = 17;
|
|
|
| static MojoCreateMessagePipeResult createMessagePipe();
|
| + static MojoCreateDataPipeResult createDataPipe(MojoCreateDataPipeOptions options);
|
| static MojoCreateSharedBufferResult createSharedBuffer(unsigned long numBytes);
|
| };
|
|
|