More incremental reflow work.

git-svn-id: svn://10.0.0.236/trunk@1383 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy
1998-05-11 18:38:10 +00:00
parent 750378f65c
commit b83e1077b0
15 changed files with 462 additions and 104 deletions

View File

@@ -1368,7 +1368,7 @@ nsBlockFrame::IncrementalReflow(nsIPresContext* aPresContext,
else {
rv = ReflowUnmapped(state);
}
#if 0
} else if (aReflowCommand.GetType() == nsReflowCommand::ContentChanged) {
// Restore our state as if the child that changed is the next frame to reflow
nsLineData* line = FindLine(aReflowCommand.GetChildFrame());
@@ -1380,7 +1380,7 @@ nsBlockFrame::IncrementalReflow(nsIPresContext* aPresContext,
// Reflow the affected line, and all the lines that follow...
// XXX Obviously this needs to be more efficient
rv = ReflowMappedFrom(state, line);
#endif
} else {
NS_NOTYETIMPLEMENTED("unexpected reflow command");
}