| 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 fd001e40d351621cb3a58162710c45dd52a01b59..6f7313006934f9fa689432b1125db66d57e4aa5a 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -320,6 +320,8 @@ struct GLES2_UTILS_EXPORT ContextCreationAttribHelper {
|
| bool bind_generates_resource;
|
| bool fail_if_major_perf_caveat;
|
| bool lose_context_when_out_of_memory;
|
| + bool should_use_native_gmb_for_backbuffer;
|
| +
|
| ContextType context_type;
|
| };
|
|
|
|
|