Bug 1206915 - Avoid reordering of different parts of paint dump output. r=mattwoodrow

--HG--
extra : source : b0aac5d41d2493ae03852adc38f1928ac738e505
This commit is contained in:
Botond Ballo 2015-09-21 18:37:23 -04:00
Родитель 1ebccfe52b
Коммит 9c084c0d2e
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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) {