aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAtlasTextContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrAtlasTextContext.cpp')
-rw-r--r--src/gpu/GrAtlasTextContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp
index e20ca4bb7f..91527aba64 100644
--- a/src/gpu/GrAtlasTextContext.cpp
+++ b/src/gpu/GrAtlasTextContext.cpp
@@ -1773,7 +1773,7 @@ public:
}
// The minimum number of Geometry we will try to allocate.
- static const int kMinAllocated = 32;
+ static const int kMinAllocated = 4;
// Total number of Geometry this Batch owns
int instanceCount() const { return fInstanceCount; }