mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 08:51:04 +00:00
Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc
This commit is contained in:
parent
b3a1909572
commit
4322843c84
@ -2305,7 +2305,7 @@ InternalInvalidateThebesLayersInSubtree(nsIFrame* aFrame)
|
||||
if (aFrame->GetStateBits() & NS_FRAME_HAS_CONTAINER_LAYER) {
|
||||
// Delete the invalid region to indicate that all Thebes contents
|
||||
// need to be invalidated
|
||||
aFrame->Properties().Delete(ThebesLayerInvalidRegionProperty());
|
||||
InvalidateThebesLayerContents(aFrame, aFrame->GetVisualOverflowRectRelativeToSelf());
|
||||
foundContainerLayer = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user