| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| index d5a7355b690b624bbe4a9624ed6c32d2a1d8ca55..bafcfa05d0056a7cb46436f2f63cf0457ade5c10 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -2208,7 +2208,7 @@ class GLES2DecoderImpl : public GLES2Decoder, public ErrorStateClient {
|
|
|
| // Most recent generation of the TextureManager. If this no longer matches
|
| // the current generation when our context becomes current, then we'll rebind
|
| - // all the textures to stay up-to-date with Texture::service_id() changes.
|
| + // all the textures to stay up to date with Texture::service_id() changes.
|
| uint32_t texture_manager_service_id_generation_;
|
|
|
| bool force_shader_name_hashing_for_test;
|
|
|