aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include/GrGLConfig_chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/include/GrGLConfig_chrome.h')
-rw-r--r--gpu/include/GrGLConfig_chrome.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpu/include/GrGLConfig_chrome.h b/gpu/include/GrGLConfig_chrome.h
index 738e80186b..9c25cb254a 100644
--- a/gpu/include/GrGLConfig_chrome.h
+++ b/gpu/include/GrGLConfig_chrome.h
@@ -10,4 +10,8 @@
// ANGLE creates a temp VB for vertex attributes not specified per-vertex.
#define GR_GL_NO_CONSTANT_ATTRIBUTES GR_WIN32_BUILD
+// cmd buffer allocates memory and memsets it to zero when it sees glBufferData
+// with NULL.
+#define GR_GL_USE_BUFFER_DATA_NULL_HINT 0
+
#endif