зеркало из https://github.com/mozilla/gecko-dev.git
Remove code that I need to back out that slipped into the wrong patch
This commit is contained in:
Родитель
14f1e32ca3
Коммит
61c7470711
|
@ -422,9 +422,6 @@ FrameLayerBuilder::MakeContainerLayerFor(nsDisplayListBuilder* aBuilder,
|
|||
Layer* child = layerItems[i]->mLayer;
|
||||
container->InsertAfter(child, lastChild);
|
||||
lastChild = child;
|
||||
// release the layer now because the ItemGroup destructor doesn't run;
|
||||
// the container is still holding a reference to it
|
||||
layerItems[i]->mLayer = nsnull;
|
||||
}
|
||||
container->SetIsOpaqueContent(aChildren.IsOpaque());
|
||||
nsRefPtr<Layer> layer = container.forget();
|
||||
|
|
Загрузка…
Ссылка в новой задаче