Backed out 2 changesets (bug 1208457, bug 1208438) for bg-fixed-child-mask.html failures
Backed out changeset 0499228f8fd1 (bug 1208438) Backed out changeset 803a5e5c74ea (bug 1208457)
This commit is contained in:
@@ -4863,11 +4863,6 @@ ContainerState::PostprocessRetainedLayers(nsIntRegion* aOpaqueRegionForContainer
|
||||
if (clipRect) {
|
||||
clippedOpaque.AndWith(ParentLayerIntRect::ToUntyped(*clipRect));
|
||||
}
|
||||
if (e->mLayer->GetIsFixedPosition() && !e->mLayer->IsClipFixed()) {
|
||||
// The clip can move asynchronously, so we can't rely on opaque parts
|
||||
// staying in the same place.
|
||||
clippedOpaque.SetEmpty();
|
||||
}
|
||||
data->mOpaqueRegion.Or(data->mOpaqueRegion, clippedOpaque);
|
||||
if (e->mHideAllLayersBelow) {
|
||||
hideAll = true;
|
||||
|
||||
Reference in New Issue
Block a user