mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove code that I need to back out that slipped into the wrong patch
This commit is contained in:
parent
7ee0dabbad
commit
29967ae259
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user