| 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 66426e95d81e9e98b4a1039515b350de234e322e..24f00a4e7d8468964bf811b6611794593c83e0b2 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -9626,7 +9626,9 @@ void GLES2DecoderImpl::DoCopyTextureCHROMIUM(
|
| }
|
|
|
| copy_texture_CHROMIUM_->DoCopyTexture(this,
|
| - target, source_info->service_id(),
|
| + source_info->target(),
|
| + dest_info->target(),
|
| + source_info->service_id(),
|
| dest_info->service_id(), level,
|
| source_width, source_height,
|
| unpack_flip_y_,
|
|
|