| Index: gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| index 407f1baa9b22b59966db2f6a84265daaa7e1e115..65436ac8d5c38fbd6d9c4cebe002410eb5aaad22 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc
|
| @@ -368,9 +368,9 @@ void CopyTextureCHROMIUMResourceManager::Initialize(
|
| if (vertex_array_object_id_) {
|
| glEnableVertexAttribArray(kVertexPositionAttrib);
|
| glVertexAttribPointer(kVertexPositionAttrib, 2, GL_FLOAT, GL_FALSE, 0, 0);
|
| + decoder->RestoreAllAttributes();
|
| }
|
|
|
| - decoder->RestoreAllAttributes();
|
| decoder->RestoreBufferBindings();
|
|
|
| initialized_ = true;
|
|
|