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

@@ -530,12 +530,8 @@ AsyncCompositionManager::AlignFixedAndStickyLayers(Layer* aLayer,
// clip rect, we need to apply the same translation to said clip rect, so
// that the effective transform on the clip rect takes it back to where it was
// originally, had there been no async scroll.
// Also, some layers want async scrolling to move their clip rect
// (IsClipFixed() = false), so we don't make a compensating adjustment for
// those.
bool adjustClipRect = aTransformAffectsLayerClip && aLayer->IsClipFixed();
TranslateShadowLayer(aLayer, ThebesPoint(translation.ToUnknownPoint()),
adjustClipRect, aClipPartsCache);
aTransformAffectsLayerClip, aClipPartsCache);
}
static void