Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: ui/gl/gl_gl_api_implementation.h

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: rebase and move GLWorkarounds to a member of GLContext Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« ui/gl/gl_context.h ('K') | « ui/gl/gl_context.cc ('k') | ui/gl/gl_gl_api_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698