Chromium Code Reviews| Index: gpu/command_buffer/common/gles2_cmd_utils.h |
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h |
| index b8619e61d3785dc4a619e4824faa34468defae08..bc343041e5eaf95bfcf37dd949c7b240171c77e9 100644 |
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h |
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h |
| @@ -193,6 +193,7 @@ class GLES2_UTILS_EXPORT ContextCreationAttribHelper { |
| bool buffer_preserved_; |
| bool share_resources_; |
| bool bind_generates_resource_; |
| + bool fail_if_major_perf_caveat_; |
| }; |
| } // namespace gles2 |