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