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 a74d58ca09c9d836990fb8d579d74f9e3fe0d0ac..af453af82f33aaadb05b89e25e9f637c271c1ebc 100644 |
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
| @@ -597,8 +597,12 @@ class WebGraphicsContext3DCommandBufferImpl |
| virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox); |
| virtual void produceTextureCHROMIUM(WGC3Denum target, |
| const WGC3Dbyte* mailbox); |
| + virtual void produceTextureBindlessCHROMIUM(WebGLId texture, WGC3Denum target, |
|
piman
2014/05/22 21:53:58
nit: you'll also need these in WebGraphicsContext3
|
| + const WGC3Dbyte* mailbox); |
| virtual void consumeTextureCHROMIUM(WGC3Denum target, |
| const WGC3Dbyte* mailbox); |
| + virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target, |
| + const WGC3Dbyte* mailbox); |
| virtual void insertEventMarkerEXT(const WGC3Dchar* marker); |
| virtual void pushGroupMarkerEXT(const WGC3Dchar* marker); |