Disable reflow optimizations for now
git-svn-id: svn://10.0.0.236/trunk@2057 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3edc3aaa94
commit
e4dbeae2e8
@ -348,6 +348,10 @@ nsLineLayout::WordBreakReflow()
|
||||
nsresult
|
||||
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
|
||||
{
|
||||
if (1 == 1) {
|
||||
return ReflowChild(aReflowCommand);
|
||||
}
|
||||
|
||||
// XXX look at reflow command and look at the next frame to get the
|
||||
// command and if it's mKidFrame then pass through to ReflowChild
|
||||
// otherwise don't
|
||||
|
||||
@ -348,6 +348,10 @@ nsLineLayout::WordBreakReflow()
|
||||
nsresult
|
||||
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
|
||||
{
|
||||
if (1 == 1) {
|
||||
return ReflowChild(aReflowCommand);
|
||||
}
|
||||
|
||||
// XXX look at reflow command and look at the next frame to get the
|
||||
// command and if it's mKidFrame then pass through to ReflowChild
|
||||
// otherwise don't
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user