зеркало из https://github.com/mozilla/pjs.git
Turned on incremental painting
This commit is contained in:
Родитель
f88c0a816c
Коммит
992a717874
|
@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
|||
child->GetNextSibling(child);
|
||||
}
|
||||
|
||||
// XXX Paint this portion of ourselves
|
||||
// Paint this portion of ourselves
|
||||
if (!aLine->mBounds.IsEmpty()) {
|
||||
Invalidate(aLine->mBounds);
|
||||
}
|
||||
}
|
||||
|
||||
// Consume space and advance running values
|
||||
|
|
|
@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
|||
child->GetNextSibling(child);
|
||||
}
|
||||
|
||||
// XXX Paint this portion of ourselves
|
||||
// Paint this portion of ourselves
|
||||
if (!aLine->mBounds.IsEmpty()) {
|
||||
Invalidate(aLine->mBounds);
|
||||
}
|
||||
}
|
||||
|
||||
// Consume space and advance running values
|
||||
|
|
|
@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
|||
child->GetNextSibling(child);
|
||||
}
|
||||
|
||||
// XXX Paint this portion of ourselves
|
||||
// Paint this portion of ourselves
|
||||
if (!aLine->mBounds.IsEmpty()) {
|
||||
Invalidate(aLine->mBounds);
|
||||
}
|
||||
}
|
||||
|
||||
// Consume space and advance running values
|
||||
|
|
|
@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
|||
child->GetNextSibling(child);
|
||||
}
|
||||
|
||||
// XXX Paint this portion of ourselves
|
||||
// Paint this portion of ourselves
|
||||
if (!aLine->mBounds.IsEmpty()) {
|
||||
Invalidate(aLine->mBounds);
|
||||
}
|
||||
}
|
||||
|
||||
// Consume space and advance running values
|
||||
|
|
|
@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
|||
child->GetNextSibling(child);
|
||||
}
|
||||
|
||||
// XXX Paint this portion of ourselves
|
||||
// Paint this portion of ourselves
|
||||
if (!aLine->mBounds.IsEmpty()) {
|
||||
Invalidate(aLine->mBounds);
|
||||
}
|
||||
}
|
||||
|
||||
// Consume space and advance running values
|
||||
|
|
|
@ -675,7 +675,10 @@ nsBlockFrame::PlaceLine(nsBlockReflowState& aState,
|
|||
child->GetNextSibling(child);
|
||||
}
|
||||
|
||||
// XXX Paint this portion of ourselves
|
||||
// Paint this portion of ourselves
|
||||
if (!aLine->mBounds.IsEmpty()) {
|
||||
Invalidate(aLine->mBounds);
|
||||
}
|
||||
}
|
||||
|
||||
// Consume space and advance running values
|
||||
|
|
Загрузка…
Ссылка в новой задаче