commit | ebab9dadca758f4d3f0e0412a108cfc85a228536 | [log] [tgz] |
---|---|---|
author | Alexandr Ilin <[email protected]> | Fri Jun 01 02:37:47 2018 |
committer | Commit Bot <[email protected]> | Fri Jun 01 02:37:47 2018 |
tree | 2273cf0600213ae850bd09af67a81abeb4aa94c3 | |
parent | a4dc914591ed448a769f8c687e717a64f7b2dd39 [diff] |
ppapi: Add SHARED_MEMORY_REGION type to SerializedHandle This CL adds a new SHARED_MEMORY_REGION type to the SerializedHandle. This new type is backed up by the base::subtle::PlatformSharedMemoryRegion class that provides a new recommended API for the shared memory in Chrome. Eventually, all uses of the SHARED_MEMORY type should be converted to the SHARED_MEMORY_REGION. Bug: 845985 Change-Id: Icfb4605dadb6f111efe953d8b940cc879fa40763 Reviewed-on: https://chromium-review.googlesource.com/1076334 Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Bill Budge <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Derek Schuff <[email protected]> Commit-Queue: Alexandr Ilin <[email protected]> Cr-Commit-Position: refs/heads/master@{#563500}
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 .