| Index: third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FramePainter.cpp b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| index d19d663e779f1c6ad314983250aa11d9021c8811..d5f588c3575c3ae4a0d087d4d271e905e68755c0 100644
|
| --- a/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FramePainter.cpp
|
| @@ -170,7 +170,7 @@ void FramePainter::paintContents(GraphicsContext& context,
|
| PaintLayerPainter layerPainter(*rootLayer);
|
|
|
| float deviceScaleFactor =
|
| - blink::deviceScaleFactor(rootLayer->layoutObject().frame());
|
| + blink::deviceScaleFactorDeprecated(rootLayer->layoutObject().frame());
|
| context.setDeviceScaleFactor(deviceScaleFactor);
|
|
|
| layerPainter.paint(context, LayoutRect(rect), localPaintFlags);
|
|
|