| 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 1f28feb7c38fe9c763e8f0b346d7c4c921f9d443..3b0991927f4984c6e7b64e72182025eedb4a7f37 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 DoCopyTexSubImage2DToLUMACompatibilityTexture(
|
| + void DoCopyTexSubImageToLUMACompatibilityTexture(
|
| 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,
|
|
|