mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1166942 - Add logging of color layer bounds. r=nical
This commit is contained in:
parent
d1667b7443
commit
b285e681e7
@ -1796,6 +1796,7 @@ ColorLayer::PrintInfo(std::stringstream& aStream, const char* aPrefix)
|
||||
{
|
||||
Layer::PrintInfo(aStream, aPrefix);
|
||||
AppendToString(aStream, mColor, " [color=", "]");
|
||||
AppendToString(aStream, mBounds, " [bounds=", "]");
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user