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 3528cfdbddcd0e1ce4098ee8bb9378953073822f..9dd8f28546cc33b48b452bd09eb07ef93b5c2c8e 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_utils.h |
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h |
@@ -223,6 +223,7 @@ struct GLES2_UTILS_EXPORT ContextCreationAttribHelper { |
bool bind_generates_resource; |
bool fail_if_major_perf_caveat; |
bool lose_context_when_out_of_memory; |
+ bool es3_context_required; |
}; |
} // namespace gles2 |