| 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 6eb5909515907615d3d11b8d7ba285089a95f552..bc240142fdbe729f540e4dd281d0e503212101dc 100644
|
| --- a/gpu/command_buffer/tests/gl_manager.h
|
| +++ b/gpu/command_buffer/tests/gl_manager.h
|
| @@ -45,6 +45,8 @@ class GLManager {
|
| Options();
|
| // The size of the backbuffer.
|
| gfx::Size size;
|
| + // The amount of stencil buffer bits. Default is -1, no stencil buffer.
|
| + int stencil_size;
|
| // If not null will share resources with this context.
|
| GLManager* share_group_manager;
|
| // If not null will share a mailbox manager with this context.
|
|
|