| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| ===================================================================
|
| --- content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h (revision 187725)
|
| +++ content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h (working copy)
|
| @@ -631,6 +631,11 @@
|
| const void* pixels);
|
| virtual void waitAsyncTexImage2DCHROMIUM(WGC3Denum target);
|
|
|
| + // GL_EXT_draw_buffers
|
| + virtual void drawBuffersEXT(
|
| + WGC3Dsizei n,
|
| + const WGC3Denum* bufs);
|
| +
|
| protected:
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|
|
|