Index: gpu/command_buffer/service/texture_manager.cc |
diff --git a/gpu/command_buffer/service/texture_manager.cc b/gpu/command_buffer/service/texture_manager.cc |
index 91a49584c2a066ae10ab7ca30b088019cacf146d..bba4da8bb3e67aa6ac9482df02eca8a2fccd7d6e 100644 |
--- a/gpu/command_buffer/service/texture_manager.cc |
+++ b/gpu/command_buffer/service/texture_manager.cc |
@@ -1644,8 +1644,8 @@ void TextureManager::ValidateAndDoTexImage2D( |
} |
GLenum TextureManager::AdjustTexFormat(GLenum format) const { |
- // TODO: GLES 3 allows for internal format and format to differ. This logic |
- // may need to change as a result. |
+ // TODO(bajones): GLES 3 allows for internal format and format to differ. |
+ // This logic may need to change as a result. |
if (gfx::GetGLImplementation() == gfx::kGLImplementationDesktopGL) { |
if (format == GL_SRGB_EXT) |
return GL_RGB; |