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
Родитель 409a2a923d
Коммит 4d14ad067d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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