Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 36e2ad72235e75f1c64e5a87da7a25384c889b90..61cc19c4d41f550bec8b7487a210ac304e9239ae 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -952,9 +952,6 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) { |
#if defined(USE_OZONE) |
switches::kOzonePlatform, |
#endif |
-#if defined(OS_WIN) |
- switches::kHighDPISupport, |
-#endif |
}; |
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |