Chromium Code Reviews| Index: src/gpu/GrBufferAllocPool.cpp |
| diff --git a/src/gpu/GrBufferAllocPool.cpp b/src/gpu/GrBufferAllocPool.cpp |
| index 6492527c0373eedb1ea67a3d5a03d24976747068..be88b32cb172d1578cc3b0ea345536c2d30bcb4e 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 { \ |