| Index: ash/display/display_info.cc
|
| diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc
|
| index 16a31f243e23494d75442e1fc9b9b790feab3984..866f49dc84402ea8be6cfdd2657cc4f48673d382 100644
|
| --- a/ash/display/display_info.cc
|
| +++ b/ash/display/display_info.cc
|
| @@ -149,9 +149,7 @@ DisplayInfo DisplayInfo::CreateFromSpecWithID(const std::string& spec,
|
| float device_scale_factor = 1.0f;
|
| if (!GetDisplayBounds(main_spec, &bounds_in_native, &device_scale_factor)) {
|
| #if defined(OS_WIN)
|
| - if (gfx::IsHighDPIEnabled()) {
|
| - device_scale_factor = gfx::GetDPIScale();
|
| - }
|
| + device_scale_factor = gfx::GetDPIScale();
|
| #endif
|
| }
|
|
|
|
|