| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index 3a66cb71e6cc7ff62b8154cf8301ad1b9fdcc041..da170d2231a1f002378199b210bc659094264a0c 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -943,6 +943,7 @@ void PostSubBufferCHROMIUM(GLint x,
|
|
|
| void CopyTextureCHROMIUM(GLenum source_id,
|
| GLint source_level,
|
| + GLenum dest_target,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| GLint internalformat,
|
| @@ -953,6 +954,7 @@ void CopyTextureCHROMIUM(GLenum source_id,
|
|
|
| void CopySubTextureCHROMIUM(GLenum source_id,
|
| GLint source_level,
|
| + GLenum dest_target,
|
| GLenum dest_id,
|
| GLint dest_level,
|
| GLint xoffset,
|
|
|