Chromium Code Reviews| 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 47364a10517f6be162e90372c95d2ee2130aa6ce..a42b6efe0351ec40abf16dcb9192bdfd34d83115 100644 |
| --- a/gpu/command_buffer/service/gpu_switches.h |
| +++ b/gpu/command_buffer/service/gpu_switches.h |
| @@ -7,6 +7,7 @@ |
| #ifndef GPU_COMMAND_BUFFER_SERVICE_GPU_SWITCHES_H_ |
| #define GPU_COMMAND_BUFFER_SERVICE_GPU_SWITCHES_H_ |
| +#include "gpu/config/gpu_switches.h" |
| #include "gpu/gpu_export.h" |
|
Zhenyao Mo
2015/04/28 16:41:28
nit: you don't need gpu_export.h here, because gpu
tfarina
2015/04/28 18:07:23
This is good for iwyu. I kept it.
|
| namespace switches { |
| @@ -22,7 +23,6 @@ GPU_EXPORT extern const char kEnableGPUServiceLoggingGPU[]; |
| GPU_EXPORT extern const char kDisableGpuProgramCache[]; |
| GPU_EXPORT extern const char kEnforceGLMinimums[]; |
| GPU_EXPORT extern const char kForceGpuMemAvailableMb[]; |
| -GPU_EXPORT extern const char kGpuDriverBugWorkarounds[]; |
| GPU_EXPORT extern const char kGpuProgramCacheSizeKb[]; |
| GPU_EXPORT extern const char kDisableGpuShaderDiskCache[]; |
| GPU_EXPORT extern const char kEnableShareGroupAsyncTextureUpload[]; |