Index: include/gpu/gl/GrGLConfig_chrome.h |
=================================================================== |
--- include/gpu/gl/GrGLConfig_chrome.h (revision 10891) |
+++ include/gpu/gl/GrGLConfig_chrome.h (working copy) |
@@ -41,4 +41,8 @@ |
// (const char* const instead of char**). |
#define GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE 1 |
+#if !defined(GR_GL_IGNORE_ES3_MSAA) |
+ #define GR_GL_IGNORE_ES3_MSAA 1 |
#endif |
+ |
+#endif |