mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 1120214 - Fix logging-only build failure. r=botond
This commit is contained in:
parent
630b6a532d
commit
1ba6fc99e3
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user