Merge mozilla-central to graphics.

This commit is contained in:
Morris Tseng
2016-11-28 10:46:02 +08:00
1756 changed files with 85646 additions and 45101 deletions

View File

@@ -81,7 +81,7 @@ CrossProcessCompositorBridgeParent::AllocPLayerTransactionParent(
if (state && state->mLayerManager) {
state->mCrossProcessParent = this;
LayerManagerComposite* lm = state->mLayerManager;
HostLayerManager* lm = state->mLayerManager;
*aTextureFactoryIdentifier = lm->GetCompositor()->GetTextureFactoryIdentifier();
*aSuccess = true;
LayerTransactionParent* p = new LayerTransactionParent(lm, this, aId);