Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: gpu/command_buffer/service/gles2_cmd_copy_tex_image.h

Issue 2259523002: Fix gles2_conform_test failures when Mac switching to core profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « gpu/command_buffer/service/buffer_manager.cc ('k') | gpu/command_buffer/service/gles2_cmd_copy_tex_image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698