| 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 e533225c87f51db14dfd6383d5685d0dc271ca55..28265edbe40978c3197df8881e46d0879caa15d8 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1119,6 +1119,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| static const char* const kSwitchNames[] = {
|
| switches::kDisableAcceleratedVideoDecode,
|
| switches::kDisableBreakpad,
|
| + switches::kDisableGLDrawingForTests,
|
| switches::kDisableGLMultisampling,
|
| switches::kDisableGpuSandbox,
|
| switches::kDisableGpuWatchdog,
|
|
|