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

Unified Diff: ui/gl/gl_stub_autogen_gl.h

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo@'s comments Created 3 years, 9 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
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_stub_autogen_gl.h
diff --git a/ui/gl/gl_stub_autogen_gl.h b/ui/gl/gl_stub_autogen_gl.h
index dbd55914951ec98a19f6d6e70eee9d93d844446b..a2e32f6c1402f2746227e8cd1c7f5c6b128c952c 100644
--- a/ui/gl/gl_stub_autogen_gl.h
+++ b/ui/gl/gl_stub_autogen_gl.h
@@ -898,6 +898,7 @@ void glRenderbufferStorageMultisampleIMGFn(GLenum target,
GLenum internalformat,
GLsizei width,
GLsizei height) override {}
+void glRequestExtensionANGLEFn(const char* name) override {}
void glResumeTransformFeedbackFn() override {}
void glSampleCoverageFn(GLclampf value, GLboolean invert) override {}
void glSamplerParameterfFn(GLuint sampler,
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698