diff options
Diffstat (limited to 'gpu/command_buffer/tests/gl_manager.h')
-rw-r--r-- | gpu/command_buffer/tests/gl_manager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h index 6eb5909..8a811fd 100644 --- a/gpu/command_buffer/tests/gl_manager.h +++ b/gpu/command_buffer/tests/gl_manager.h @@ -53,8 +53,6 @@ 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. |