| Index: ui/gfx/win/dpi.cc
|
| diff --git a/ui/gfx/win/dpi.cc b/ui/gfx/win/dpi.cc
|
| index 33abdf63670b73a3e55707c028405e173d9948d8..0d2e18f557230950dc5f845c2790e3f63065817f 100644
|
| --- a/ui/gfx/win/dpi.cc
|
| +++ b/ui/gfx/win/dpi.cc
|
| @@ -106,7 +106,8 @@ bool IsInHighDPIMode() {
|
| }
|
|
|
| void EnableHighDPISupport() {
|
| - if (IsHighDPIEnabled()) {
|
| + if (IsHighDPIEnabled() &&
|
| + (base::win::GetVersion() < base::win::VERSION_WIN8_1)) {
|
| typedef BOOL(WINAPI *SetProcessDPIAwarePtr)(VOID);
|
| SetProcessDPIAwarePtr set_process_dpi_aware_func =
|
| reinterpret_cast<SetProcessDPIAwarePtr>(
|
|
|