| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 3babc9d05b8c435629655b7fa715dd8a26a78cc4..9328460562c2e41ae35001f33e58dda965ee8de8 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2914,8 +2914,8 @@ void CompositedLayerMapping::doPaintTask(
|
| paintInfo.paintLayer->layoutObject().assertSubtreeIsLaidOut();
|
| #endif
|
|
|
| - float deviceScaleFactor =
|
| - blink::deviceScaleFactor(paintInfo.paintLayer->layoutObject().frame());
|
| + float deviceScaleFactor = blink::deviceScaleFactorDeprecated(
|
| + paintInfo.paintLayer->layoutObject().frame());
|
| context.setDeviceScaleFactor(deviceScaleFactor);
|
|
|
| if (paintInfo.paintLayer->compositingState() != PaintsIntoGroupedBacking) {
|
|
|