Use shared memory for moving data over BlobChannel Mojo interface.
* Change BlobChannel PutBlob() Mojo IDL to use shared memory handles instead of a byte array. * Create "SharedMemoryBlob" class for encapsulating Mojo shared memory initialization and lifetime management semantics. * Add BlobChannelSenderProxy class, which manages interactions with the renderer side of the BlobChannel IPC interface. * Add Blimp-specific run_all_unittests.cc, which bootstraps the Mojo environment before executing unittests. R=wez@chromium.org CC=maniscalco@chromium.org BUG=600719,614564 Review-Url: https://codereview.chromium.org/2033013003 Cr-Commit-Position: refs/heads/master@{#406045}
Showing
blimp/engine/mojo/OWNERS
0 → 100644
Please register or sign in to comment