mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1120214 - Fix logging-only build failure. r=botond
This commit is contained in:
parent
bb29a349eb
commit
d7deea28a5
@ -159,7 +159,7 @@ ClientTiledPaintedLayer::BeginPaint()
|
|||||||
// Store the resolution from the displayport ancestor layer. Because this is Gecko-side,
|
// 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.
|
// before any async transforms have occurred, we can use the zoom for this.
|
||||||
mPaintData.mResolution = displayportMetrics.GetZoom();
|
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.
|
// Store the applicable composition bounds in this layer's Layer units.
|
||||||
mPaintData.mTransformToCompBounds =
|
mPaintData.mTransformToCompBounds =
|
||||||
|
Loading…
Reference in New Issue
Block a user