зеркало из https://github.com/mozilla/gecko-dev.git
Bug 805696 - Always invalidate nsImageFrames when we change to a new image request. r=joe
This commit is contained in:
Родитель
af2be86e6e
Коммит
1f21bb1052
|
@ -679,10 +679,9 @@ nsImageFrame::NotifyNewCurrentRequest(imgIRequest *aRequest,
|
|||
presShell->FrameNeedsReflow(this, nsIPresShell::eStyleChange,
|
||||
NS_FRAME_IS_DIRTY);
|
||||
}
|
||||
} else {
|
||||
// Update border+content to account for image change
|
||||
InvalidateFrame();
|
||||
}
|
||||
// Update border+content to account for image change
|
||||
InvalidateFrame();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче