| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 2ff411b0c44831afbd0342218985f4a34c26ab8a..b41c8db0751e3b935a1552bb60ff6447662e5e17 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -687,20 +687,21 @@ class WebGraphicsContext3DCommandBufferImpl
|
| // gpu/command_buffer/common/gles2_cmd_utils.cc and to
|
| // gpu/command_buffer/client/gl_in_process_context.cc
|
| enum Attribute {
|
| - ALPHA_SIZE = 0x3021,
|
| - BLUE_SIZE = 0x3022,
|
| - GREEN_SIZE = 0x3023,
|
| - RED_SIZE = 0x3024,
|
| - DEPTH_SIZE = 0x3025,
|
| - STENCIL_SIZE = 0x3026,
|
| - SAMPLES = 0x3031,
|
| - SAMPLE_BUFFERS = 0x3032,
|
| - HEIGHT = 0x3056,
|
| - WIDTH = 0x3057,
|
| - NONE = 0x3038, // Attrib list = terminator
|
| - SHARE_RESOURCES = 0x10000,
|
| - BIND_GENERATES_RESOURCES = 0x10001,
|
| - FAIL_IF_MAJOR_PERF_CAVEAT = 0x10002
|
| + ALPHA_SIZE = 0x3021,
|
| + BLUE_SIZE = 0x3022,
|
| + GREEN_SIZE = 0x3023,
|
| + RED_SIZE = 0x3024,
|
| + DEPTH_SIZE = 0x3025,
|
| + STENCIL_SIZE = 0x3026,
|
| + SAMPLES = 0x3031,
|
| + SAMPLE_BUFFERS = 0x3032,
|
| + HEIGHT = 0x3056,
|
| + WIDTH = 0x3057,
|
| + NONE = 0x3038, // Attrib list = terminator
|
| + SHARE_RESOURCES = 0x10000,
|
| + BIND_GENERATES_RESOURCES = 0x10001,
|
| + FAIL_IF_MAJOR_PERF_CAVEAT = 0x10002,
|
| + LOSE_CONTEXT_WHEN_OUT_OF_MEMORY = 0x10003,
|
| };
|
| friend class WebGraphicsContext3DErrorMessageCallback;
|
|
|
|
|