Update SharedMemory buf constructor
This commit is contained in:
parent
900001e547
commit
a52dbf0784
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ void PrintingMessageFilter::OnDuplicateSection(
|
||||||
base::SharedMemoryHandle* browser_handle) {
|
base::SharedMemoryHandle* browser_handle) {
|
||||||
// Duplicate the handle in this process right now so the memory is kept alive
|
// Duplicate the handle in this process right now so the memory is kept alive
|
||||||
// (even if it is not mapped)
|
// (even if it is not mapped)
|
||||||
base::SharedMemory shared_buf(renderer_handle, true, PeerHandle());
|
base::SharedMemory shared_buf(renderer_handle, true);
|
||||||
shared_buf.GiveToProcess(base::GetCurrentProcessHandle(), browser_handle);
|
shared_buf.GiveToProcess(base::GetCurrentProcessHandle(), browser_handle);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue