From d7deea28a5c6b806a6b93e13078acda2099b14ef Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Sun, 11 Jan 2015 18:26:26 -0500 Subject: [PATCH] Bug 1120214 - Fix logging-only build failure. r=botond --- gfx/layers/client/ClientTiledPaintedLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/client/ClientTiledPaintedLayer.cpp b/gfx/layers/client/ClientTiledPaintedLayer.cpp index 11d6cdadb19..c354d9b1ebe 100644 --- a/gfx/layers/client/ClientTiledPaintedLayer.cpp +++ b/gfx/layers/client/ClientTiledPaintedLayer.cpp @@ -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 =