| 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 5686838d47e5a01d8850eec96f3d719b24a2d063..631d185285c772942494a4ae53a0f70a20077a48 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc
|
| @@ -2690,7 +2690,9 @@ error::Error GLES2DecoderPassthroughImpl::DoPostSubBufferCHROMIUM(
|
|
|
| error::Error GLES2DecoderPassthroughImpl::DoCopyTextureCHROMIUM(
|
| GLenum source_id,
|
| + GLint source_level,
|
| GLenum dest_id,
|
| + GLint dest_level,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| @@ -2705,7 +2707,9 @@ error::Error GLES2DecoderPassthroughImpl::DoCopyTextureCHROMIUM(
|
|
|
| error::Error GLES2DecoderPassthroughImpl::DoCopySubTextureCHROMIUM(
|
| GLenum source_id,
|
| + GLint source_level,
|
| GLenum dest_id,
|
| + GLint dest_level,
|
| GLint xoffset,
|
| GLint yoffset,
|
| GLint x,
|
|
|