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..bca243e7d70bdb64d588642b49200556f993405e 100644 |
| --- a/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h |
| +++ b/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h |
| @@ -31,7 +31,7 @@ class GPU_EXPORT CopyTexImageResourceManager { |
| void Initialize(const gles2::GLES2Decoder* decoder); |
| void Destroy(); |
| - void DoCopyTexImage2DToLUMAComatabilityTexture( |
| + void DoCopyTexImage2DToLUMACompatabilityTexture( |
|
Zhenyao Mo
2016/08/17 19:38:36
Fix a typo
|
| const gles2::GLES2Decoder* decoder, |
| GLuint dest_texture, |
| GLenum dest_texture_target, |
| @@ -47,7 +47,7 @@ class GPU_EXPORT CopyTexImageResourceManager { |
| GLuint source_framebuffer, |
| GLenum source_framebuffer_internal_format); |
| - void DoCopyTexSubImage2DToLUMAComatabilityTexture( |
| + void DoCopyTexSubImage2DToLUMACompatabilityTexture( |
| const gles2::GLES2Decoder* decoder, |
| GLuint dest_texture, |
| GLenum dest_texture_target, |