зеркало из https://github.com/mozilla/gecko-dev.git
Bug 946879 - Guard compositable dumping with an environment variable. r=BenWa
This commit is contained in:
Родитель
df14cb0054
Коммит
505e516ded
|
@ -1262,7 +1262,7 @@ Layer::Dump(FILE* aFile, const char* aPrefix, bool aDumpHtml)
|
|||
DumpSelf(aFile, aPrefix);
|
||||
|
||||
#ifdef MOZ_DUMP_PAINTING
|
||||
if (AsLayerComposite() && AsLayerComposite()->GetCompositableHost()) {
|
||||
if (gfxUtils::sDumpPainting && AsLayerComposite() && AsLayerComposite()->GetCompositableHost()) {
|
||||
AsLayerComposite()->GetCompositableHost()->Dump(aFile, aPrefix, aDumpHtml);
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче