Chromium Code Reviews| Index: content/common/gpu/client/gl_helper.h |
| diff --git a/content/common/gpu/client/gl_helper.h b/content/common/gpu/client/gl_helper.h |
| index 46db753207217ae13659920803008f68b739df8c..0134e45c6cb589402c2d1b26e7d621690d3ed0a0 100644 |
| --- a/content/common/gpu/client/gl_helper.h |
| +++ b/content/common/gpu/client/gl_helper.h |
| @@ -248,6 +248,7 @@ class CONTENT_EXPORT GLHelper { |
| // Simply creates a texture. |
| GLuint CreateTexture(); |
| + |
| // Deletes a texture. |
| void DeleteTexture(GLuint texture_id); |