diff options
Diffstat (limited to 'webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc index 692aedb..f55d5a3a 100644 --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc @@ -1687,5 +1687,7 @@ DELEGATE_TO_GL_2(produceTextureCHROMIUM, ProduceTextureCHROMIUM, DELEGATE_TO_GL_2(consumeTextureCHROMIUM, ConsumeTextureCHROMIUM, WGC3Denum, const WGC3Dbyte*) +DELEGATE_TO_GL_2(drawBuffersEXT, DrawBuffersEXT, + WGC3Dsizei, const WGC3Denum*) } // namespace gpu } // namespace webkit |