| Index: gpu/command_buffer/client/gl_in_process_context.h
|
| diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h
|
| index 8cb577b7e07d29f58de41ce9672f8a4570edd2d1..6d96f131554a50ef9d1cbbc926544417a6918b97 100644
|
| --- a/gpu/command_buffer/client/gl_in_process_context.h
|
| +++ b/gpu/command_buffer/client/gl_in_process_context.h
|
| @@ -40,6 +40,7 @@ struct GLES2_IMPL_EXPORT GLInProcessContextAttribs {
|
| int32 stencil_size;
|
| int32 samples;
|
| int32 sample_buffers;
|
| + int32 fail_if_major_perf_caveat;
|
| };
|
|
|
| class GLES2_IMPL_EXPORT GLInProcessContext {
|
|
|