зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431028 - Move the gfx warning to the correct position. r=mattwoodrow
We should only show the warning message when we have the on-white buffer. MozReview-Commit-ID: 4gzo0reYIVL
This commit is contained in:
Родитель
138670043b
Коммит
0f873b8e86
|
@ -242,9 +242,9 @@ ClientSingleTiledLayerBuffer::PaintThebes(const nsIntRegion& aNewValidRegion,
|
|||
copy.CopyBuffer();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
gfxWarning() << "[Tiling:Client] Failed to aquire the discarded front buffer's draw target";
|
||||
}
|
||||
} else {
|
||||
gfxWarning() << "[Tiling:Client] Failed to aquire the discarded front buffer's draw target";
|
||||
}
|
||||
} else {
|
||||
gfxWarning() << "[Tiling:Client] Failed to aquire the discarded front buffer's draw target";
|
||||
|
|
Загрузка…
Ссылка в новой задаче