Bug 1120214 - Fix logging-only build failure. r=botond

This commit is contained in:
Kartikaya Gupta 2015-01-11 18:26:26 -05:00
parent bb29a349eb
commit d7deea28a5

View File

@ -159,7 +159,7 @@ ClientTiledPaintedLayer::BeginPaint()
// Store the resolution from the displayport ancestor layer. Because this is Gecko-side,
// before any async transforms have occurred, we can use the zoom for this.
mPaintData.mResolution = displayportMetrics.GetZoom();
TILING_LOG("TILING %p: Resolution %f\n", this, mPaintData.mPresShellResolution.scale);
TILING_LOG("TILING %p: Resolution %f\n", this, mPaintData.mResolution.scale);
// Store the applicable composition bounds in this layer's Layer units.
mPaintData.mTransformToCompBounds =