| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| index 14fa05a598e2dc7a85372c108265cfc6289bf56a..d38c576553b27e7d23df9e827288c257bf6c43c1 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
|
| @@ -1554,6 +1554,11 @@ void WebGraphicsContext3DCommandBufferImpl::deleteVertexArrayOES(
|
| DELEGATE_TO_GL_1R(isVertexArrayOES, IsVertexArrayOES, WebGLId, WGC3Dboolean)
|
| DELEGATE_TO_GL_1(bindVertexArrayOES, BindVertexArrayOES, WebGLId)
|
|
|
| +DELEGATE_TO_GL_2(bindTexImage2DCHROMIUM, BindTexImage2DCHROMIUM,
|
| + WGC3Denum, WGC3Dint)
|
| +DELEGATE_TO_GL_2(releaseTexImage2DCHROMIUM, ReleaseTexImage2DCHROMIUM,
|
| + WGC3Denum, WGC3Dint)
|
| +
|
| GrGLInterface* WebGraphicsContext3DCommandBufferImpl::onCreateGrGLInterface() {
|
| return webkit_glue::CreateCommandBufferSkiaGLBinding();
|
| }
|
|
|