| 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 53ccd6c011d706d76cc9f80300d9d189f0622ffb..b4792ca9438dcf838bed6d30c50e4ae1ff3f7644 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -448,6 +448,13 @@ void GLES2InterfaceStub::TexParameteriv(GLenum /* target */,
|
| GLenum /* pname */,
|
| const GLint* /* params */) {
|
| }
|
| +void GLES2InterfaceStub::TexStorage3D(GLenum /* target */,
|
| + GLsizei /* levels */,
|
| + GLenum /* internalFormat */,
|
| + GLsizei /* width */,
|
| + GLsizei /* height */,
|
| + GLsizei /* depth */) {
|
| +}
|
| void GLES2InterfaceStub::TexSubImage2D(GLenum /* target */,
|
| GLint /* level */,
|
| GLint /* xoffset */,
|
|
|