Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: third_party/WebKit/Source/core/mojo/Mojo.idl

Issue 2732163002: Implements JS bindings for mojo data pipe. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « third_party/WebKit/Source/core/mojo/Mojo.cpp ('k') | third_party/WebKit/Source/core/mojo/MojoCreateDataPipeOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698