| 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 2d378a93e438be26ffacc1cef5986154612475f7..cd74561267a6a060d8caba9bd198c042d9fc0a72 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -333,6 +333,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;
|
| };
|
| @@ -341,4 +342,3 @@ struct GLES2_UTILS_EXPORT ContextCreationAttribHelper {
|
| } // namespace gpu
|
|
|
| #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_UTILS_H_
|
| -
|
|
|