Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (revision 187725) |
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (working copy) |
@@ -503,6 +503,8 @@ |
virtual void* mapBufferCHROMIUM(WGC3Denum target, WGC3Denum access); |
virtual WGC3Dboolean unmapBufferCHROMIUM(WGC3Denum target); |
+ virtual void drawBuffersEXT(WGC3Dsizei n, const WGC3Denum* bufs); |
+ |
protected: |
virtual GrGLInterface* onCreateGrGLInterface(); |