Index: content/browser/gpu_process_host.cc |
diff --git a/content/browser/gpu_process_host.cc b/content/browser/gpu_process_host.cc |
index 61936f6fa5ee1f38dac72fa7f3736077e4398187..ff7d41a3ad7a6a4fc66ba3d9857a7bb1fdffc71e 100644 |
--- a/content/browser/gpu_process_host.cc |
+++ b/content/browser/gpu_process_host.cc |
@@ -297,6 +297,7 @@ bool GpuProcessHost::LaunchGpuProcess() { |
switches::kLoggingLevel, |
switches::kNoGpuSandbox, |
switches::kNoSandbox, |
+ switches::kDisableGLMultisampling, |
}; |
zmo
2011/03/07 23:34:29
After copy switches from browser commandline, you
jbauman
2011/03/08 19:59:18
Good point, although that's rather tricky because
|
cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames, |
arraysize(kSwitchNames)); |