| Index: gpu/command_buffer/service/gpu_switches.h
|
| diff --git a/gpu/command_buffer/service/gpu_switches.h b/gpu/command_buffer/service/gpu_switches.h
|
| index f136732a0679fcff63d19491b1fc68099d822128..c6e56a750b7dbba4c0c89fc211bb38caa7b524cb 100644
|
| --- a/gpu/command_buffer/service/gpu_switches.h
|
| +++ b/gpu/command_buffer/service/gpu_switches.h
|
| @@ -20,6 +20,7 @@ GPU_EXPORT extern const char kDisableShaderNameHashing[];
|
| GPU_EXPORT extern const char kEnableGPUCommandLogging[];
|
| GPU_EXPORT extern const char kEnableGPUDebugging[];
|
| GPU_EXPORT extern const char kEnableGPUServiceLoggingGPU[];
|
| +GPU_EXPORT extern const char kEnableGPUDriverDebugLogging[];
|
| GPU_EXPORT extern const char kDisableGpuProgramCache[];
|
| GPU_EXPORT extern const char kEnforceGLMinimums[];
|
| GPU_EXPORT extern const char kForceGpuMemAvailableMb[];
|
|
|