Chromium Code Reviews| Index: gpu/command_buffer/service/texture_manager.h |
| =================================================================== |
| --- gpu/command_buffer/service/texture_manager.h (revision 42644) |
| +++ gpu/command_buffer/service/texture_manager.h (working copy) |
| @@ -229,7 +229,7 @@ |
| } |
| // Creates a new texture info. |
| - void CreateTextureInfo(GLuint texture_id); |
| + TextureInfo* CreateTextureInfo(GLuint texture_id); |
| // Gets the texture info for the given texture. |
| TextureInfo* GetTextureInfo(GLuint texture_id); |