| 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..1f28feb7c38fe9c763e8f0b346d7c4c921f9d443 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 DoCopyTexImage2DToLUMACompatibilityTexture(
|
| 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 DoCopyTexSubImage2DToLUMACompatibilityTexture(
|
| const gles2::GLES2Decoder* decoder,
|
| GLuint dest_texture,
|
| GLenum dest_texture_target,
|
|
|