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

Unified Diff: webkit/glue/gl_bindings_skia_cmd_buffer.cc

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « ppapi/thunk/thunk.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | 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 84713)
+++ webkit/glue/gl_bindings_skia_cmd_buffer.cc (working copy)
@@ -5,7 +5,9 @@
#include "webkit/glue/gl_bindings_skia_cmd_buffer.h"
+#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES
+#endif
#include "gpu/GLES2/gl2.h"
#include "gpu/GLES2/gl2ext.h"
« no previous file with comments | « ppapi/thunk/thunk.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698