| Index: third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| index 090854bdf2dea6579b43149093d9bfd2eb938521..d69ecb805121c41260ca59a27205895fb359384f 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| @@ -74,7 +74,7 @@ static void paintInternal(Page& page,
|
|
|
| // FIXME: device scale factor settings are layering violations and should
|
| // not be used within Blink paint code.
|
| - float scaleFactor = page.deviceScaleFactor();
|
| + float scaleFactor = page.deviceScaleFactorDeprecated();
|
| paintContext.setDeviceScaleFactor(scaleFactor);
|
|
|
| AffineTransform scale;
|
|
|