aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferAllocPool.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-06-04 09:13:46 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-04 09:13:46 -0700
commit0709ca09530123470fcbeff2bddda38d7a7ce3f8 (patch)
tree69d322cc85c44c05a8f8d0380583afc90808fca4 /src/gpu/GrBufferAllocPool.cpp
parentbc50e5ce6c039f02dc805361ae5b0b66f40b4820 (diff)
Trivial change to bump minimum block size for Buffer pool
TBR= BUG=skia: Review URL: https://codereview.chromium.org/1146073004
Diffstat (limited to 'src/gpu/GrBufferAllocPool.cpp')
-rw-r--r--src/gpu/GrBufferAllocPool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrBufferAllocPool.cpp b/src/gpu/GrBufferAllocPool.cpp
index 6492527c03..be88b32cb1 100644
--- a/src/gpu/GrBufferAllocPool.cpp
+++ b/src/gpu/GrBufferAllocPool.cpp
@@ -23,7 +23,7 @@
#endif
// page size
-#define GrBufferAllocPool_MIN_BLOCK_SIZE ((size_t)1 << 12)
+#define GrBufferAllocPool_MIN_BLOCK_SIZE ((size_t)1 << 15)
#define UNMAP_BUFFER(block) \
do { \