Chromium Code Reviews| Index: content/app/content_main_runner.cc |
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
| index 8ebce62667a619dbf346a0c783c974dc1d1da234..9031eefc15c0a95b99f1391e9fd2cbff762f580f 100644 |
| --- a/content/app/content_main_runner.cc |
| +++ b/content/app/content_main_runner.cc |
| @@ -78,7 +78,6 @@ |
| #include "base/strings/string_number_conversions.h" |
| #include "ui/base/win/atl_module.h" |
| -#include "ui/base/win/dpi_setup.h" |
| #include "ui/gfx/win/dpi.h" |
| #elif defined(OS_MACOSX) |
| #include "base/mac/scoped_nsautorelease_pool.h" |
| @@ -634,7 +633,7 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
| } |
| } |
| if (init_device_scale_factor) |
| - ui::win::InitDeviceScaleFactor(); |
| + gfx::InitDeviceScaleFactor(gfx::GetDPIScale()); |
|
sky
2014/10/23 04:19:13
I hate the inconsistency here. InitDeviceScaleFact
|
| #endif |
| if (!GetContentClient()) |