| Index: Source/core/rendering/RenderLayer.cpp
|
| diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp
|
| index eef3c79088dce2de94d42b97abb4bec39dd37c17..88a0054749af4369da2547f36d7d44d32f64b637 100644
|
| --- a/Source/core/rendering/RenderLayer.cpp
|
| +++ b/Source/core/rendering/RenderLayer.cpp
|
| @@ -1809,7 +1809,7 @@ void RenderLayer::paintLayerContents(GraphicsContext* context, const LayerPainti
|
| bool shouldPaintContent = m_hasVisibleContent && isSelfPaintingLayer && !isPaintingOverlayScrollbars;
|
|
|
| float deviceScaleFactor = WebCore::deviceScaleFactor(renderer()->frame());
|
| - context->setUseHighResMarkers(deviceScaleFactor > 1.5f);
|
| + context->setDeviceScaleFactor(deviceScaleFactor);
|
|
|
| GraphicsContext* transparencyLayerContext = context;
|
|
|
|
|