Bug 1317935 - Use GetCompositeUntilTime() to trigger next composition r=nical?

This commit is contained in:
sotaro
2016-11-24 15:48:01 +09:00
parent d29b5014e3
commit 90ca478357
15 changed files with 204 additions and 21 deletions

View File

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