Backout changeset f0be368bb172 (bug 773100) for broken builds across the board

This commit is contained in:
Ehsan Akhgari 2012-07-18 12:19:20 -04:00
parent 59619ba083
commit b2f5ade590

View File

@ -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
InvalidateThebesLayerContents(aFrame, aFrame->GetVisualOverflowRectRelativeToSelf());
aFrame->Properties().Delete(ThebesLayerInvalidRegionProperty());
foundContainerLayer = true;
}