зеркало из 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
|
nsresult
|
||||||
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
|
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
|
||||||
{
|
{
|
||||||
|
if (1 == 1) {
|
||||||
|
return ReflowChild(aReflowCommand);
|
||||||
|
}
|
||||||
|
|
||||||
// XXX look at reflow command and look at the next frame to get the
|
// 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
|
// command and if it's mKidFrame then pass through to ReflowChild
|
||||||
// otherwise don't
|
// otherwise don't
|
||||||
|
|
|
@ -348,6 +348,10 @@ nsLineLayout::WordBreakReflow()
|
||||||
nsresult
|
nsresult
|
||||||
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
|
nsLineLayout::ReflowMappedChild(nsReflowCommand* aReflowCommand)
|
||||||
{
|
{
|
||||||
|
if (1 == 1) {
|
||||||
|
return ReflowChild(aReflowCommand);
|
||||||
|
}
|
||||||
|
|
||||||
// XXX look at reflow command and look at the next frame to get the
|
// 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
|
// command and if it's mKidFrame then pass through to ReflowChild
|
||||||
// otherwise don't
|
// otherwise don't
|
||||||
|
|
Загрузка…
Ссылка в новой задаче