Bug 363813. Mark canvas with HAS_DIRTY_CHILDREN when we delete its child. r+sr=dbaron

This commit is contained in:
roc+%cs.cmu.edu 2006-12-21 20:05:34 +00:00
Родитель 077411c4dc
Коммит cdaeca60f6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -329,6 +329,7 @@ CanvasFrame::RemoveFrame(nsIAtom* aListName,
// Remove the frame and destroy it
mFrames.DestroyFrame(aOldFrame);
AddStateBits(NS_FRAME_HAS_DIRTY_CHILDREN);
GetPresContext()->PresShell()->
FrameNeedsReflow(this, nsIPresShell::eTreeChange);
} else {