| 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 21e90d69cccb241e5812a3c69d51b5f6a3494f28..4aed8c17c245808315fd46e3be377fea753902a3 100644
|
| --- a/gpu/command_buffer/service/gpu_switches.h
|
| +++ b/gpu/command_buffer/service/gpu_switches.h
|
| @@ -17,6 +17,9 @@ GPU_EXPORT extern const char kDisableGLSLTranslator[];
|
| GPU_EXPORT extern const char kEnableGPUCommandLogging[];
|
| GPU_EXPORT extern const char kEnableGPUDebugging[];
|
|
|
| +GPU_EXPORT extern const char* kGpuSwitches[];
|
| +GPU_EXPORT extern const int kNumGpuSwitches;
|
| +
|
| } // namespace switches
|
|
|
| #endif // GPU_COMMAND_BUFFER_SERVICE_GPU_SWITCHES_H_
|
|
|