| Index: chrome/app/chrome_exe_main_win.cc
|
| ===================================================================
|
| --- chrome/app/chrome_exe_main_win.cc (revision 241939)
|
| +++ chrome/app/chrome_exe_main_win.cc (working copy)
|
| @@ -26,6 +26,7 @@
|
| #include "content/public/app/startup_helper_win.h"
|
| #include "content/public/common/result_codes.h"
|
| #include "sandbox/win/src/sandbox_factory.h"
|
| +#include "ui/gfx/win/dpi.h"
|
|
|
| namespace {
|
|
|
| @@ -125,6 +126,8 @@
|
| // The exit manager is in charge of calling the dtors of singletons.
|
| base::AtExitManager exit_manager;
|
|
|
| + gfx::EnableHighDPISupport();
|
| +
|
| if (AttemptFastNotify(*CommandLine::ForCurrentProcess()))
|
| return 0;
|
|
|
|
|