Bug 1312316 - Add stubbed WebRenderCompositorOGL r=nical

This commit is contained in:
sotaro
2016-11-17 18:02:56 +09:00
parent f21354f632
commit ebe36d991c
8 changed files with 229 additions and 5 deletions

View File

@@ -269,7 +269,7 @@ CrossProcessCompositorBridgeParent::AllocPWebRenderBridgeParent(const uint64_t&
WebRenderBridgeParent* root = sIndirectLayerTrees[cbp->RootLayerTreeId()].mWRBridge.get();
WebRenderBridgeParent* parent = new WebRenderBridgeParent(
aPipelineId, nullptr, nullptr, root->GLContext(), root->WindowState());
aPipelineId, nullptr, nullptr, root->GLContext(), root->WindowState(), root->Compositor());
parent->AddRef(); // IPDL reference
sIndirectLayerTrees[aPipelineId].mWRBridge = parent;