Merge m-c to graphics

MozReview-Commit-ID: 7PVyxahE0p6
This commit is contained in:
Kartikaya Gupta
2017-01-31 09:04:18 -05:00
913 changed files with 30883 additions and 24006 deletions

View File

@@ -95,9 +95,7 @@ CrossProcessCompositorBridgeParent::AllocPLayerTransactionParent(
}
NS_WARNING("Created child without a matching parent?");
// XXX: should be false, but that causes us to fail some tests on Mac w/ OMTC.
// Bug 900745. change *aSuccess to false to see test failures.
*aSuccess = true;
*aSuccess = false;
LayerTransactionParent* p = new LayerTransactionParent(nullptr, this, aId);
p->AddIPDLReference();
return p;