| Index: gles/real_gles2_interface.h
|
| diff --git a/gles/real_gles2_interface.h b/gles/real_gles2_interface.h
|
| index 01892d4f2d8f455305c5c75911ab42fc745b6b7f..a42432f0bb2397b47a96d44157d6801f9995894a 100644
|
| --- a/gles/real_gles2_interface.h
|
| +++ b/gles/real_gles2_interface.h
|
| @@ -70,6 +70,7 @@ class RealGles2Interface : public Gles2Interface {
|
| void DeleteProgram(GLuint program);
|
| void DeleteShader(GLuint shader);
|
| void DeleteTextures(GLsizei n, const GLuint* textures);
|
| + void DepthMask(GLboolean flag);
|
| void Disable(GLenum cap);
|
| void DisableVertexAttribArray(GLuint index);
|
| void DrawArrays(GLenum mode, GLint first, GLsizei count);
|
|
|