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

Unified Diff: ppapi/c/ppb_opengles2.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: ppapi/c/ppb_opengles2.h
diff --git a/ppapi/c/ppb_opengles2.h b/ppapi/c/ppb_opengles2.h
index 7f876e199ffceedf5f9f8758a62564627e14653a..4b7ec57636d34268c0e8da495389513274da88bf 100644
--- a/ppapi/c/ppb_opengles2.h
+++ b/ppapi/c/ppb_opengles2.h
@@ -499,6 +499,7 @@ struct PPB_OpenGLES2 {
GLint y,
GLsizei width,
GLsizei height);
+ void (*LoadIdentity)(PP_Resource context);
vmiura 2014/04/11 21:54:48 Should the other APIs also be added here? void gl
piman 2014/04/11 22:19:27 Actually, we shouldn't change this interface, othe
vmiura 2014/04/11 22:49:50 Right. Please follow @jbauman's comment to remove
Kimmo Kinnunen 2014/04/15 16:16:58 Done.
};
#define PPB_OPENGLES2_INSTANCEDARRAYS_INTERFACE_1_0 \

Powered by Google App Engine
This is Rietveld 408576698