Chromium Code Reviews| 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 a8af08a8811dcad20a6c49dae2e505110fd46aef..fbd0e29973d9b3be73f4a52a5cc6dcc4ce38f629 100644 |
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
| @@ -661,7 +661,8 @@ class WebGraphicsContext3DCommandBufferImpl |
| WIDTH = 0x3057, |
| NONE = 0x3038, // Attrib list = terminator |
| SHARE_RESOURCES = 0x10000, |
| - BIND_GENERATES_RESOURCES = 0x10001 |
| + BIND_GENERATES_RESOURCES = 0x10001, |
| + FAIL_IF_MAJOR_PERF_CAVEAT = 0x10002 |
|
piman
2013/11/20 22:44:55
Can you also implement this in the in-process cont
|
| }; |
| friend class WebGraphicsContext3DErrorMessageCallback; |