| Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| index f69cddc8cf178e6f61510100ab4b3c6e4917e161..75006d58b321d5c5b284055865184d99653a2227 100644
|
| --- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
|
| @@ -668,14 +668,18 @@ void PostSubBufferCHROMIUM(GLint x,
|
| GLint width,
|
| GLint height) override;
|
| void CopyTextureCHROMIUM(GLenum source_id,
|
| + GLint source_level,
|
| GLenum dest_id,
|
| + GLint dest_level,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha) override;
|
| void CopySubTextureCHROMIUM(GLenum source_id,
|
| + GLint source_level,
|
| GLenum dest_id,
|
| + GLint dest_level,
|
| GLint xoffset,
|
| GLint yoffset,
|
| GLint x,
|
|
|