Bug 1317843 - Split LayerManagerComposite into two classes. r=jrmuizel

This commit is contained in:
Bas Schouten
2016-11-24 18:11:27 +13:00
parent 3bd168f1a5
commit cd0155b68f
25 changed files with 435 additions and 377 deletions

View File

@@ -80,7 +80,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);