| Index: ash/display/display_info.cc
|
| diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc
|
| index 315985379b16c12282da056ea476496d2f454f10..c2fe18b0040c4b3b5535a6dcb4eababd9c9f5f36 100644
|
| --- a/ash/display/display_info.cc
|
| +++ b/ash/display/display_info.cc
|
| @@ -115,7 +115,7 @@ DisplayInfo DisplayInfo::CreateFromSpecWithID(const std::string& spec,
|
| } else {
|
| #if defined(OS_WIN)
|
| if (gfx::IsHighDPIEnabled()) {
|
| - device_scale_factor = gfx::GetModernUIScale();
|
| + device_scale_factor = gfx::GetDPIScale();
|
| }
|
| #endif
|
| }
|
|
|