Index: include/gpu/GrConfig.h |
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h |
index 6a00eabe146f3aab1c6bff34fa8850d673ba4b0a..e9f9fe44e37338f5950b6863af6be39233434a07 100644 |
--- a/include/gpu/GrConfig.h |
+++ b/include/gpu/GrConfig.h |
@@ -209,7 +209,7 @@ typedef unsigned __int64 uint64_t; |
* use updateData(). |
*/ |
#if !defined(GR_GEOM_BUFFER_MAP_THRESHOLD) |
- #define GR_GEOM_BUFFER_MAP_THRESHOLD (1 << 15) |
+ #define GR_GEOM_BUFFER_MAP_THRESHOLD (1 << 30) |
#endif |
/** |