зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1206915 - Avoid reordering of different parts of paint dump output. r=mattwoodrow
--HG-- extra : source : b0aac5d41d2493ae03852adc38f1928ac738e505
This commit is contained in:
Родитель
1ebccfe52b
Коммит
9c084c0d2e
|
@ -3281,7 +3281,9 @@ nsLayoutUtils::PaintFrame(nsRenderingContext* aRenderingContext, nsIFrame* aFram
|
|||
nsFrame::PrintDisplayList(&builder, list, *ss, gfxUtils::sDumpPaintingToFile);
|
||||
if (gfxUtils::sDumpPaintingToFile) {
|
||||
*ss << "<script>";
|
||||
} else {
|
||||
}
|
||||
|
||||
if (gfxUtils::sDumpPainting || gfxUtils::sDumpPaintItems) {
|
||||
// Flush stream now to avoid reordering dump output relative to
|
||||
// messages dumped by PaintRoot below.
|
||||
if (profilerNeedsDisplayList && !consoleNeedsDisplayList) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче