зеркало из https://github.com/mozilla/gecko-dev.git
Bug 943122. Don't repeat 'Mask layer:' in layer dumps. r=BenWa
This commit is contained in:
Родитель
e3cb6e45db
Коммит
2a963b34cd
|
@ -1199,8 +1199,9 @@ Layer::Dump(FILE* aFile, const char* aPrefix, bool aDumpHtml)
|
|||
}
|
||||
|
||||
if (Layer* mask = GetMaskLayer()) {
|
||||
fprintf_stderr(aFile, "%s Mask layer:\n", aPrefix);
|
||||
nsAutoCString pfx(aPrefix);
|
||||
pfx += " Mask layer: ";
|
||||
pfx += " ";
|
||||
mask->Dump(aFile, pfx.get(), aDumpHtml);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче