Index: gpu/gl/GrGLConfig_chrome.h |
=================================================================== |
--- gpu/gl/GrGLConfig_chrome.h (revision 7840) |
+++ gpu/gl/GrGLConfig_chrome.h (working copy) |
@@ -37,4 +37,8 @@ |
// Non-VBO vertices and indices are not allowed in Chromium. |
#define GR_GL_MUST_USE_VBO 1 |
+// Use updated Khronos signature for glShaderSource |
+// (const char* const instead of char**). |
+#define GR_USE_NEW_GL_SHADER_SOURCE_SIGNATURE 1 |
+ |
#endif |