| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 5b4586c38f366b91a4a6e06b68bcaa50f3b7c9a5..abe4f13051c45db0ac11f31e7ef09b59fe3f618b 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -79,7 +79,7 @@
|
| #include "base/trace_event/trace_event_etw_export_win.h"
|
| #include "base/win/process_startup_helper.h"
|
| #include "ui/base/win/atl_module.h"
|
| -#include "ui/gfx/win/dpi.h"
|
| +#include "ui/display/win/dpi.h"
|
| #elif defined(OS_MACOSX)
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
| #include "base/power_monitor/power_monitor_device_source.h"
|
| @@ -532,7 +532,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| switches::kDeviceScaleFactor);
|
| double scale_factor = 0;
|
| if (base::StringToDouble(scale_factor_string, &scale_factor))
|
| - gfx::SetDefaultDeviceScaleFactor(scale_factor);
|
| + display::win::SetDefaultDeviceScaleFactor(scale_factor);
|
| }
|
| #endif
|
|
|
|
|