mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 912953 - Don't fluff out the invalidation region from the inactive layer manager. r=roc
This commit is contained in:
parent
72eba8fa2a
commit
d5d528f18e
@ -168,7 +168,7 @@ struct LayerPropertiesBase : public LayerProperties
|
||||
AddTransformedRegion(result, visible, mTransform);
|
||||
|
||||
AddRegion(result, ComputeChangeInternal(aCallback));
|
||||
AddTransformedRegion(result, mLayer->GetInvalidRegion().GetBounds(), mTransform);
|
||||
AddTransformedRegion(result, mLayer->GetInvalidRegion(), mTransform);
|
||||
|
||||
if (mMaskLayer && otherMask) {
|
||||
AddTransformedRegion(result, mMaskLayer->ComputeChange(aCallback), mTransform);
|
||||
|
Loading…
Reference in New Issue
Block a user