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

Unified Diff: mojo/public/c/gles2/gles2_call_visitor_autogen.h

Issue 169603002: Add initial support for NV_path_rendering extension to gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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: mojo/public/c/gles2/gles2_call_visitor_autogen.h
diff --git a/mojo/public/c/gles2/gles2_call_visitor_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_autogen.h
index 64adecfd7b6a847d6e0447e88df5d36fdab5b3ea..481fd62cfc17a0f3827ca2ee946dc96aeaee5ff4 100644
--- a/mojo/public/c/gles2/gles2_call_visitor_autogen.h
+++ b/mojo/public/c/gles2/gles2_call_visitor_autogen.h
@@ -535,3 +535,4 @@ VISIT_GL_CALL(Viewport,
void,
(GLint x, GLint y, GLsizei width, GLsizei height),
(x, y, width, height))
+VISIT_GL_CALL(LoadIdentity, void, (), ())

Powered by Google App Engine
This is Rietveld 408576698