| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index 2ebdc851f53c134234bee26f6d038835116201e1..113545daceb9942ac5b3824465764c4ae09382d8 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -79,6 +79,8 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| command_line->HasSwitch(switches::kEnableGPUDebugging);
|
| gpu_preferences.enable_gpu_service_logging_gpu =
|
| command_line->HasSwitch(switches::kEnableGPUServiceLoggingGPU);
|
| + gpu_preferences.enable_gpu_driver_debug_logging =
|
| + command_line->HasSwitch(switches::kEnableGPUDriverDebugLogging);
|
| gpu_preferences.disable_gpu_program_cache =
|
| command_line->HasSwitch(switches::kDisableGpuProgramCache);
|
| gpu_preferences.enforce_gl_minimums =
|
|
|