зеркало из https://github.com/mozilla/gecko-dev.git
Bug 363813. Mark canvas with HAS_DIRTY_CHILDREN when we delete its child. r+sr=dbaron
This commit is contained in:
Родитель
077411c4dc
Коммит
cdaeca60f6
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче