Bug 1267438 - Remove the (no longer used) isClipFixed=false annotation. r=mstange

MozReview-Commit-ID: LicG7zFHnX3
This commit is contained in:
Botond Ballo
2016-05-04 20:07:42 -04:00
parent 04d4b26790
commit a8eb3b8312
10 changed files with 12 additions and 35 deletions

View File

@@ -4883,7 +4883,7 @@ ContainerState::PostprocessRetainedLayers(nsIntRegion* aOpaqueRegionForContainer
if (clipRect) {
clippedOpaque.AndWith(clipRect->ToUnknownRect());
}
if (e->mLayer->GetIsFixedPosition() && !e->mLayer->IsClipFixed()) {
if (e->mLayer->GetIsFixedPosition() && e->mLayer->GetScrolledClip()) {
// The clip can move asynchronously, so we can't rely on opaque parts
// staying in the same place.
clippedOpaque.SetEmpty();