Chromium Code Reviews| Index: gpu/command_buffer/service/gles2_cmd_copy_tex_image.h |
| diff --git a/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h b/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h |
| index 503862dab3eb7e6eab534f91ab53fbc83d328971..6dba6e1cbf465003ae2e249d62a51fbff61015e4 100644 |
| --- a/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h |
| +++ b/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h |
| @@ -47,7 +47,7 @@ class GPU_EXPORT CopyTexImageResourceManager { |
| GLuint source_framebuffer, |
| GLenum source_framebuffer_internal_format); |
| - void DoCopyTexSubImage2DToLUMAComatabilityTexture( |
| + void DoCopyTexSubImageToLUMAComatabilityTexture( |
|
Ken Russell (switch to Gerrit)
2016/08/17 23:27:00
zmo@ just fixed a couple of typos here.
yunchao
2016/08/22 14:57:20
Done.
|
| const gles2::GLES2Decoder* decoder, |
| GLuint dest_texture, |
| GLenum dest_texture_target, |
| @@ -57,6 +57,7 @@ class GPU_EXPORT CopyTexImageResourceManager { |
| GLint level, |
| GLint xoffset, |
| GLint yoffset, |
| + GLint zoffset, |
| GLint x, |
| GLint y, |
| GLsizei width, |