mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1208661 - Make ContentClient dumping play nicely with HTML dumping. r=BenWa
This commit is contained in:
parent
43603efbe9
commit
a2efc1f565
@ -415,7 +415,9 @@ ContentClientDoubleBuffered::Dump(std::stringstream& aStream,
|
||||
bool aDumpHtml)
|
||||
{
|
||||
// TODO We should combine the OnWhite/OnBlack here an just output a single image.
|
||||
aStream << "\n" << aPrefix << "Surface: ";
|
||||
if (!aDumpHtml) {
|
||||
aStream << "\n" << aPrefix << "Surface: ";
|
||||
}
|
||||
CompositableClient::DumpTextureClient(aStream, mFrontClient);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user