| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index bc012cd1385a222e7c7e07abf5b8a1042d5d296b..dc15f9d69de6bde776772983622b8f012fef560e 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -916,7 +916,9 @@ void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
|
| GLint /* height */) {}
|
| void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| GLenum /* source_id */,
|
| + GLint /* source_level */,
|
| GLenum /* dest_id */,
|
| + GLint /* dest_level */,
|
| GLint /* internalformat */,
|
| GLenum /* dest_type */,
|
| GLboolean /* unpack_flip_y */,
|
| @@ -924,7 +926,9 @@ void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| GLboolean /* unpack_unmultiply_alpha */) {}
|
| void GLES2InterfaceStub::CopySubTextureCHROMIUM(
|
| GLenum /* source_id */,
|
| + GLint /* source_level */,
|
| GLenum /* dest_id */,
|
| + GLint /* dest_level */,
|
| GLint /* xoffset */,
|
| GLint /* yoffset */,
|
| GLint /* x */,
|
|
|