Bug 1706374 - Part 12b: Use NodeController for primary process channels, r=handyman
This extends on the changes in part 12a and consumes the new PortRef-based API in all existing process types other than the fork server. The IPDL C++ unit tests were already broken before this change, and were not updated. Differential Revision: https://phabricator.services.mozilla.com/D112777
This commit is contained in:
@@ -139,7 +139,7 @@ void GPUProcessHost::InitAfterConnect(bool aSucceeded) {
|
||||
mProcessToken = ++sProcessTokenCounter;
|
||||
mGPUChild = MakeUnique<GPUChild>(this);
|
||||
DebugOnly<bool> rv = mGPUChild->Open(
|
||||
TakeChannel(), base::GetProcId(GetChildProcessHandle()));
|
||||
TakeInitialPort(), base::GetProcId(GetChildProcessHandle()));
|
||||
MOZ_ASSERT(rv);
|
||||
|
||||
mGPUChild->Init();
|
||||
|
||||
Reference in New Issue
Block a user