Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc
This commit is contained in:
@@ -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());
|
||||
FrameLayerBuilder::InvalidateThebesLayerContents(aFrame, aFrame->GetVisualOverflowRectRelativeToSelf());
|
||||
foundContainerLayer = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user