| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc
|
| index 631d185285c772942494a4ae53a0f70a20077a48..cac909c99cc0da7560e2340690a27a80f11f65b3 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc
|
| @@ -2691,6 +2691,7 @@ error::Error GLES2DecoderPassthroughImpl::DoPostSubBufferCHROMIUM(
|
| error::Error GLES2DecoderPassthroughImpl::DoCopyTextureCHROMIUM(
|
| GLenum source_id,
|
| GLint source_level,
|
| + GLenum dest_target,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| GLint internalformat,
|
| @@ -2708,6 +2709,7 @@ error::Error GLES2DecoderPassthroughImpl::DoCopyTextureCHROMIUM(
|
| error::Error GLES2DecoderPassthroughImpl::DoCopySubTextureCHROMIUM(
|
| GLenum source_id,
|
| GLint source_level,
|
| + GLenum dest_target,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| GLint xoffset,
|
|
|