Backed out changeset b1542ac3fc70 (bug 1317893)
Hit assert at: https://hg.mozilla.org/projects/graphics/annotate/b1542ac3fc70/gfx/layers/ipc/CompositorVsyncScheduler.cpp#l85 MozReview-Commit-ID: 612HYIXMgE2
This commit is contained in:
@@ -269,7 +269,7 @@ CrossProcessCompositorBridgeParent::AllocPWebRenderBridgeParent(const uint64_t&
|
||||
WebRenderBridgeParent* root = sIndirectLayerTrees[cbp->RootLayerTreeId()].mWRBridge.get();
|
||||
|
||||
WebRenderBridgeParent* parent = new WebRenderBridgeParent(
|
||||
root, aPipelineId, nullptr, nullptr, root->GLContext(), root->WindowState(), root->Compositor());
|
||||
aPipelineId, nullptr, nullptr, root->GLContext(), root->WindowState(), root->Compositor());
|
||||
parent->AddRef(); // IPDL reference
|
||||
sIndirectLayerTrees[aPipelineId].mWRBridge = parent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user