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

Unified Diff: webkit/glue/gl_bindings_skia_cmd_buffer.cc

Issue 7564013: Roll skia to r2034 (and add new gl bindings) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/gfx/gl/gl_interface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/gl_bindings_skia_cmd_buffer.cc
===================================================================
--- webkit/glue/gl_bindings_skia_cmd_buffer.cc (revision 95237)
+++ webkit/glue/gl_bindings_skia_cmd_buffer.cc (working copy)
@@ -53,6 +53,8 @@
NULL, // glDisableClientState
glDisableVertexAttribArray,
glDrawArrays,
+ NULL, // glDrawBuffer
+ NULL, // glDrawBuffers
glDrawElements,
glEnable,
NULL, // glEnableClientState
@@ -76,6 +78,7 @@
NULL, // glMatrixMode
glPixelStorei,
NULL, // glPointSize
+ NULL, // glReadBuffer
glReadPixels,
glScissor,
NULL, // glShadeModel
« no previous file with comments | « ui/gfx/gl/gl_interface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698