| 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 1682fdde0efcbef6a8339d2a44c6c23f457e6173..eeafcf5a71474a98565de2808d79826b20b632be 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1114,6 +1114,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,
|
|
|