Clean-ups to Fuchsia implementation of PlatformSharedMemoryRegion.
This is a reland of 9ee73d67, with DLOG fixed to avoid an unused-variable error in Release builds. - Define PlatformSharedMemoryRegion::PlatformHandle to use the typed zx::unowned_vmo wrapper, rather than raw zx_handle_t. - Migrate zx_vmar_* call-sites off of *_old() variants, to use zx::vmar methods. Change-Id: I86edf46edb6640ccb16a99fab284d5fe363ace8c Reviewed-on: https://chromium-review.googlesource.com/1204726Reviewed-by:Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#588917}
Showing
Please register or sign in to comment