Chromium Code Reviews| Index: gpu/command_buffer/service/texture_definition.h |
| diff --git a/gpu/command_buffer/service/texture_definition.h b/gpu/command_buffer/service/texture_definition.h |
| index 9ea9357bbc86c175a086647cb9244b90206ec44a..533b144b70bf33a6042fd8436f71c57e713c4861 100644 |
| --- a/gpu/command_buffer/service/texture_definition.h |
| +++ b/gpu/command_buffer/service/texture_definition.h |
| @@ -29,6 +29,8 @@ class GPU_EXPORT TextureDefinition { |
| GLenum format, |
| GLenum type, |
| bool cleared); |
| + LevelInfo(); |
| + |
| GLenum target; |
| GLenum internal_format; |
| GLsizei width; |