Set preallocated TextBatch geometries to 4 rather than 32

Review URL: https://codereview.chromium.org/1256843003
This commit is contained in:
bsalomon 2015-07-24 08:10:43 -07:00 committed by Commit bot
parent 266c232104
commit 965b36cb16

View File

@ -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; }