| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index a1e4b514d3f2f02e7225fb85ae714a4e286614f6..37df88b60f7cf432f026fd448568a172a4171250 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -1651,8 +1651,8 @@ DELEGATE_TO_GL_3(getQueryivEXT, GetQueryivEXT, WGC3Denum, WGC3Denum, WGC3Dint*)
|
| DELEGATE_TO_GL_3(getQueryObjectuivEXT, GetQueryObjectuivEXT,
|
| WebGLId, WGC3Denum, WGC3Duint*)
|
|
|
| -DELEGATE_TO_GL_5(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum, WGC3Duint,
|
| - WGC3Duint, WGC3Dint, WGC3Denum)
|
| +DELEGATE_TO_GL_6(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum, WGC3Duint,
|
| + WGC3Duint, WGC3Dint, WGC3Denum, WGC3Denum)
|
|
|
| void WebGraphicsContext3DInProcessCommandBufferImpl::insertEventMarkerEXT(
|
| const WGC3Dchar* marker) {
|
|
|