| Index: gpu/command_buffer/tests/gl_manager.h
|
| diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
|
| index 8a811fdf7c433da66829320b430ad0bf4ad98ad8..6eb5909515907615d3d11b8d7ba285089a95f552 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.h
|
| +++ b/gpu/command_buffer/tests/gl_manager.h
|
| @@ -53,6 +53,8 @@ class GLManager {
|
| GLManager* virtual_manager;
|
| // Whether or not glBindXXX generates a resource.
|
| bool bind_generates_resource;
|
| + // Whether or not the context is auto-lost when GL_OUT_OF_MEMORY occurs.
|
| + bool lose_context_when_out_of_memory;
|
| // Whether or not it's ok to lose the context.
|
| bool context_lost_allowed;
|
| // Image manager to be used.
|
|
|