Chromium Code Reviews| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
| =================================================================== |
| --- webkit/gpu/webgraphicscontext3d_in_process_impl.cc (revision 141671) |
| +++ webkit/gpu/webgraphicscontext3d_in_process_impl.cc (working copy) |
| @@ -1672,7 +1672,7 @@ |
| WebGLId, WGC3Denum, WGC3Duint*) |
| void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM( |
| - WGC3Denum, WebGLId, WebGLId, WGC3Dint, WGC3Denum) |
| + WGC3Denum, WGC3Duint, WGC3Duint, WGC3Dint, WGC3Denum) |
| { |
|
greggman
2012/06/15 00:11:45
Does this function need an ASSERT_NOT_REACHED(); ?
Jeff Timanus
2012/06/18 14:50:24
Following in the example of WebGraphicsContext3DIn
|
| } |