| 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 34ce2dae665eadbb34234fbdd3efe5ec40d00280..1c0fa42ece4f8b6e3104283c7bfecfc2a06da4f8 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1143,4 +1143,16 @@ GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
|
| return 0;
|
| }
|
| void GLES2InterfaceStub::BlendBarrierKHR() {}
|
| +void GLES2InterfaceStub::BindFragDataLocationIndexedEXT(
|
| + GLuint /* program */,
|
| + GLuint /* colorNumber */,
|
| + GLuint /* index */,
|
| + const char* /* name */) {}
|
| +void GLES2InterfaceStub::BindFragDataLocationEXT(GLuint /* program */,
|
| + GLuint /* colorNumber */,
|
| + const char* /* name */) {}
|
| +GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */,
|
| + const char* /* name */) {
|
| + return 0;
|
| +}
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
|
|
|