| 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 7829414aac9d3c13b03e81492cc33696e204aa0b..2d02b8583811ecfbaef8b6872bebc8b333cb4efe 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -108,6 +108,7 @@ namespace {
|
| static const char* const kSwitchNames[] = {
|
| switches::kDisableAcceleratedVideoDecode,
|
| switches::kDisableBreakpad,
|
| + switches::kDisableES3GLContext,
|
| switches::kDisableGpuSandbox,
|
| switches::kDisableGpuWatchdog,
|
| switches::kDisableGLExtensions,
|
|
|