| 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 fcd1c60d8422cb4ac378ab86de712cc88359869e..3906420e5662c90e8edcc9d7232343cefaf4c8cd 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -326,6 +326,7 @@ struct GLES2_UTILS_EXPORT ContextCreationAttribHelper {
|
| bool fail_if_major_perf_caveat;
|
| bool lose_context_when_out_of_memory;
|
| bool should_use_native_gmb_for_backbuffer;
|
| + bool own_offscreen_surface;
|
|
|
| ContextType context_type;
|
| };
|
|
|