| 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 5ed2861cb0b7a0d902676fd7a00ade16b33d446c..044c72a6f6059ae5c6c4bcc2669f7f4835c4974a 100644
|
| --- a/gpu/command_buffer/service/gpu_switches.h
|
| +++ b/gpu/command_buffer/service/gpu_switches.h
|
| @@ -28,6 +28,7 @@ GPU_EXPORT extern const char kDisableGpuShaderDiskCache[];
|
| GPU_EXPORT extern const char kEnableShareGroupAsyncTextureUpload[];
|
| GPU_EXPORT extern const char kEnableSubscribeUniformExtension[];
|
| GPU_EXPORT extern const char kEnableThreadedTextureMailboxes[];
|
| +GPU_EXPORT extern const char kEnableAsyncPixelWithThreadedTextureMailboxes[];
|
| GPU_EXPORT extern const char kEnableUnsafeES3APIs[];
|
| GPU_EXPORT extern const char kGLShaderIntermOutput[];
|
| GPU_EXPORT extern const char kEmulateShaderPrecision[];
|
|
|