| 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..ac6883a481680685201fb1532453d76ddb132dda 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"
|
|
|
| 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[];
|
| @@ -37,4 +37,3 @@ GPU_EXPORT extern const int kNumGpuSwitches;
|
| } // namespace switches
|
|
|
| #endif // GPU_COMMAND_BUFFER_SERVICE_GPU_SWITCHES_H_
|
| -
|
|
|