| Index: gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
|
| index 3704abdb52e32225b0e1e2d13c57e7f33f790c40..34ff07549a67dbe65306afdf1c5f9739181fa2a4 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
|
| @@ -1106,7 +1106,7 @@ error::Error GLES2DecoderImpl::HandleCopyTexSubImage3D(
|
| LOCAL_SET_GL_ERROR(GL_INVALID_VALUE, "glCopyTexSubImage3D", "height < 0");
|
| return error::kNoError;
|
| }
|
| - glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width,
|
| + DoCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width,
|
| height);
|
| return error::kNoError;
|
| }
|
|
|