| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index 290bc28ecb3f81ed5bfe1e2f376c2c9216ba0016..9bd9a58272f8064f118417e5b099c8522631d9bb 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -672,6 +672,9 @@ void CopySubTextureCHROMIUM(GLenum target,
|
| GLint y,
|
| GLsizei width,
|
| GLsizei height) override;
|
| +void CompressedCopyTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| + GLenum dest_id) override;
|
| void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|