commit | c7d975fa69a1cbbda32b8a8a48a40305f3eb70ff | [log] [tgz] |
---|---|---|
author | Alexandr Ilin <[email protected]> | Fri Jun 01 09:25:41 2018 |
committer | Commit Bot <[email protected]> | Fri Jun 01 09:25:41 2018 |
tree | 3c9b6169dfe3364477c4ff1a852d6ce808285de9 | |
parent | e9c223215d9d0f1afeddaed06d577501e976280f [diff] |
ppapi: Add methods for sharing new shared memory classes with remote This CL adds two new methods, ShareUnsafeSharedMemoryRegionWithRemote() and ShareReadOnlySharedMemoryRegionWithRemote() to ppapi::proxy::ProxyChannel::Delegate and to content::RendererPpapiHost classes and all implementation classes. These new methods are similar to the SharedSharedMemoryHandleWithRemote() method in those classes but are supposed to work with the new shared memory API. Bug: 845985 Change-Id: I8ccd92a1c81dca9495c85119e9a4e40fd6b69abf Reviewed-on: https://chromium-review.googlesource.com/1078847 Commit-Queue: Alexandr Ilin <[email protected]> Reviewed-by: Antoine Labour <[email protected]> Reviewed-by: Raymes Khoury <[email protected]> Cr-Commit-Position: refs/heads/master@{#563571}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .