DescriptionChange transport dib API to not make copies of SharedMemoryHandle.
I replaced the method handle() with shared_memory(). handle() would make a copy
of SharedMemoryHandle, which makes assumptions about the implementation of
SharedMemoryHandle. The new method shared_memory() returns a pointer to the
Shared Memory object.
BUG=466437
Committed: https://crrev.com/739bae47cfd9ffd68c205baf680e3b2f92ab6e56
Cr-Commit-Position: refs/heads/master@{#332451}
Patch Set 1 #Patch Set 2 : Comments from jbauman. #
Messages
Total messages: 29 (12 generated)
|