зеркало из https://github.com/mozilla/gecko-dev.git
Remove code that's no longer needed. (Bug 576649, followup) r=roc a=blocking
This commit is contained in:
Родитель
1ee276beab
Коммит
694e4d254d
|
@ -7666,8 +7666,7 @@ UpdateViewsForTree(nsIFrame* aFrame, nsIViewManager* aViewManager,
|
|||
do {
|
||||
nsIFrame* child = aFrame->GetFirstChild(childList);
|
||||
while (child) {
|
||||
if (!(child->GetStateBits() & NS_FRAME_OUT_OF_FLOW)
|
||||
|| (child->GetStateBits() & NS_FRAME_IS_OVERFLOW_CONTAINER)) {
|
||||
if (!(child->GetStateBits() & NS_FRAME_OUT_OF_FLOW)) {
|
||||
// only do frames that don't have placeholders
|
||||
if (nsGkAtoms::placeholderFrame == child->GetType()) {
|
||||
// do the out-of-flow frame and its continuations
|
||||
|
|
Загрузка…
Ссылка в новой задаче