| Index: third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp b/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| index 88c4cc77619b172da9d51092dd3bd3046041f3db..01bbc38c9c23db92c2715afd876ebc7d87b633fe 100644
|
| --- a/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ScrollableAreaPainter.cpp
|
| @@ -70,7 +70,7 @@ void ScrollableAreaPainter::drawPlatformResizerImage(
|
| GraphicsContext& context,
|
| IntRect resizerCornerRect) {
|
| float oldDeviceScaleFactor =
|
| - blink::deviceScaleFactor(getScrollableArea().box().frame());
|
| + blink::deviceScaleFactorDeprecated(getScrollableArea().box().frame());
|
| // |blink::deviceScaleFactor| returns different values between MAC (2 or 1)
|
| // and other platforms (always 1). For this reason we cannot hardcode the
|
| // value of 1 in the call for |windowToViewportScalar|. Since zoom-for-dsf is
|
|
|