| Index: mojo/gpu/mojo_gles2_impl_autogen.h
|
| diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| index e207ca49ba4feb0fdb33d0d19aaae453ff9ca2db..c00372ddbe1b7a004ad52b62b89b2ab41dabe76b 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.h
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| @@ -888,6 +888,14 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
|
| GLenum GetGraphicsResetStatusKHR() override;
|
| void BlendBarrierKHR() override;
|
| void ApplyScreenSpaceAntialiasingCHROMIUM() override;
|
| + void BindFragDataLocationIndexedEXT(GLuint program,
|
| + GLuint colorNumber,
|
| + GLuint index,
|
| + const char* name) override;
|
| + void BindFragDataLocationEXT(GLuint program,
|
| + GLuint colorNumber,
|
| + const char* name) override;
|
| + GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
|
|
|
| private:
|
| MojoGLES2Context context_;
|
|
|