зеркало из https://github.com/mozilla/gecko-dev.git
Disable reflow optimizations for now
This commit is contained in:
Родитель
c91b0cacc2
Коммит
32a594133f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче