| Index: ui/gl/gl_gl_api_implementation.h
|
| diff --git a/ui/gl/gl_gl_api_implementation.h b/ui/gl/gl_gl_api_implementation.h
|
| index ba66b85ddf639241beb3916df95e0cae6acc2418..ec03d3d98750a6f86b64591ff98e8132a2269141 100644
|
| --- a/ui/gl/gl_gl_api_implementation.h
|
| +++ b/ui/gl/gl_gl_api_implementation.h
|
| @@ -103,6 +103,10 @@ class GL_EXPORT RealGLApi : public GLApiBase {
|
| GLsizei height) override;
|
|
|
| void glClearFn(GLbitfield mask) override;
|
| + void glClearColorFn(GLclampf red,
|
| + GLclampf green,
|
| + GLclampf blue,
|
| + GLclampf alpha) override;
|
| void glDrawArraysFn(GLenum mode, GLint first, GLsizei count) override;
|
| void glDrawElementsFn(GLenum mode,
|
| GLsizei count,
|
|
|