mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 1178575
- Intersect the clip rect with aDirtyRect. r=roc
This commit is contained in:
parent
bf5e1cfc83
commit
3147ef01c4
@ -1418,6 +1418,7 @@ nsCSSRendering::PaintBoxShadowOuter(nsPresContext* aPresContext,
|
||||
}
|
||||
}
|
||||
}
|
||||
fragmentClip = fragmentClip.Intersect(aDirtyRect);
|
||||
renderContext->
|
||||
Clip(NSRectToSnappedRect(fragmentClip,
|
||||
aForFrame->PresContext()->AppUnitsPerDevPixel(),
|
||||
|
Loading…
Reference in New Issue
Block a user