| Index: trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| ===================================================================
|
| --- trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc (revision 282401)
|
| +++ trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc (working copy)
|
| @@ -3122,7 +3122,6 @@
|
| bool reset_draw_buffer = false;
|
| if ((backbuffer_needs_clear_bits_ | GL_COLOR_BUFFER_BIT) != 0 &&
|
| group_->draw_buffer() == GL_NONE) {
|
| - DCHECK(gfx::g_driver_gl.ext.b_GL_ARB_draw_buffers);
|
| reset_draw_buffer = true;
|
| GLenum buf = GL_BACK;
|
| if (GetBackbufferServiceId() != 0) // emulated backbuffer
|
|
|