Bug 1166942 - Add logging of color layer bounds. r=nical

This commit is contained in:
Kartikaya Gupta 2015-05-21 09:26:47 -04:00
parent d217517810
commit 06497300a1

View File

@ -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