Set preallocated TextBatch geometries to 4 rather than 32
Review URL: https://codereview.chromium.org/1256843003
This commit is contained in:
parent
266c232104
commit
965b36cb16
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user