Index: gpu/command_buffer/client/gl_in_process_context.h |
diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h |
index 188ed3434305f394587863bdf7244b9a605b7f0f..be91cfdc1a70f84150025d70e95202d6ea864bf4 100644 |
--- a/gpu/command_buffer/client/gl_in_process_context.h |
+++ b/gpu/command_buffer/client/gl_in_process_context.h |
@@ -42,6 +42,7 @@ struct GLES2_IMPL_EXPORT GLInProcessContextAttribs { |
int32 samples; |
int32 sample_buffers; |
int32 fail_if_major_perf_caveat; |
+ int32 lose_context_when_out_of_memory; |
}; |
class GLES2_IMPL_EXPORT GLInProcessContext { |