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 bc1393c69a0325fcfc071117e8b72500133bc10e..ecc2fcb2bb2af47f4b2bc7965a985294b4ba1c35 100644 |
| --- a/gpu/command_buffer/service/texture_definition.h |
| +++ b/gpu/command_buffer/service/texture_definition.h |
| @@ -99,6 +99,7 @@ class TextureDefinition { |
| GLenum usage_; |
| bool immutable_; |
| bool defined_; |
| + bool is_es3_enabled_; |
| // Only support textures with one face and one level. |
| LevelInfo level_info_; |