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

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

Issue 2720873002: Implements JS bindings for mojo shared buffer. (Closed)
Patch Set: rebaseline2 Created 3 years, 10 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 55d0e477b9a3039aed7f213ffc6cbec3d0e34ab6..4a48194cb9549afb29ce204211e14706112b85b7 100644
--- a/third_party/WebKit/Source/core/mojo/Mojo.idl
+++ b/third_party/WebKit/Source/core/mojo/Mojo.idl
@@ -29,4 +29,5 @@ typedef unsigned long MojoResult;
const MojoResult RESULT_SHOULD_WAIT = 17;
static MojoCreateMessagePipeResult createMessagePipe();
+ 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/MojoCreateSharedBufferResult.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698