| 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..f7023a3a625d8d685bd20bb436d44ef1d86aee66 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -915,6 +915,7 @@ void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
|
| GLint /* width */,
|
| GLint /* height */) {}
|
| void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| + GLenum /* target */,
|
| GLenum /* source_id */,
|
| GLint /* source_level */,
|
| GLenum /* dest_id */,
|
| @@ -925,6 +926,7 @@ void GLES2InterfaceStub::CopyTextureCHROMIUM(
|
| GLboolean /* unpack_premultiply_alpha */,
|
| GLboolean /* unpack_unmultiply_alpha */) {}
|
| void GLES2InterfaceStub::CopySubTextureCHROMIUM(
|
| + GLenum /* target */,
|
| GLenum /* source_id */,
|
| GLint /* source_level */,
|
| GLenum /* dest_id */,
|
|
|