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:
JerryShih
2016-11-18 21:56:47 +08:00
parent 168dc395af
commit 2e6f8d233d
9 changed files with 420 additions and 549 deletions

View File

@@ -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;