| 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 dc15f9d69de6bde776772983622b8f012fef560e..d189bec7db74cb1b85068b4f4af7c2750e0a66e2 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -917,6 +917,7 @@ void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
|
| void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| GLenum /* source_id */,
|
| GLint /* source_level */,
|
| + GLenum /* dest_target */,
|
| GLenum /* dest_id */,
|
| GLint /* dest_level */,
|
| GLint /* internalformat */,
|
| @@ -927,6 +928,7 @@ void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| void GLES2InterfaceStub::CopySubTextureCHROMIUM(
|
| GLenum /* source_id */,
|
| GLint /* source_level */,
|
| + GLenum /* dest_target */,
|
| GLenum /* dest_id */,
|
| GLint /* dest_level */,
|
| GLint /* xoffset */,
|
|
|