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 080ff5e83007927deaf88c781c520ba90604d8d8..d77c5b21db477b39dff22cb45e51e81eb4c590a5 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -1125,9 +1125,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)); |