Bug 1057642 - More convenient formatting of BasePoint. r=BenWa,kats

This commit is contained in:
Botond Ballo
2014-08-27 19:25:53 -04:00
parent 315ce0c4e5
commit 7da8f0cf40
8 changed files with 21 additions and 16 deletions

View File

@@ -1445,7 +1445,8 @@ ClientTiledLayerBuffer::ComputeProgressiveUpdateRegion(const nsIntRegion& aInval
viewTransform);
#endif
TILING_LOG("TILING %p: Progressive update view transform %f %f zoom %f abort %d\n", mThebesLayer, viewTransform.mTranslation.x.value, viewTransform.mTranslation.y.value, viewTransform.mScale.scale, abortPaint);
TILING_LOG("TILING %p: Progressive update view transform %s zoom %f abort %d\n",
mThebesLayer, ToString(viewTransform.mTranslation).c_str(), viewTransform.mScale.scale, abortPaint);
if (abortPaint) {
// We ignore if front-end wants to abort if this is the first,