| 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 c7a34f6b833bcc6b42784172fed08087291ca454..5ed2861cb0b7a0d902676fd7a00ade16b33d446c 100644
 | 
| --- a/gpu/command_buffer/service/gpu_switches.h
 | 
| +++ b/gpu/command_buffer/service/gpu_switches.h
 | 
| @@ -29,6 +29,8 @@ GPU_EXPORT extern const char kEnableShareGroupAsyncTextureUpload[];
 | 
|  GPU_EXPORT extern const char kEnableSubscribeUniformExtension[];
 | 
|  GPU_EXPORT extern const char kEnableThreadedTextureMailboxes[];
 | 
|  GPU_EXPORT extern const char kEnableUnsafeES3APIs[];
 | 
| +GPU_EXPORT extern const char kGLShaderIntermOutput[];
 | 
| +GPU_EXPORT extern const char kEmulateShaderPrecision[];
 | 
|  
 | 
|  GPU_EXPORT extern const char* kGpuSwitches[];
 | 
|  GPU_EXPORT extern const int kNumGpuSwitches;
 | 
| 
 |