зеркало из https://github.com/mozilla/gecko-dev.git
Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc
This commit is contained in:
Родитель
b3a1909572
Коммит
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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче