Chromium Code Reviews| Index: src/gpu/GrAllocPool.cpp |
| diff --git a/src/gpu/GrAllocPool.cpp b/src/gpu/GrAllocPool.cpp |
| index dc81ee2d47b9d792a3a9cfa06e28dfa1cde0ec0e..127511f16487f2fd1e50344c282812302a4300cc 100644 |
| --- a/src/gpu/GrAllocPool.cpp |
| +++ b/src/gpu/GrAllocPool.cpp |
| @@ -1,4 +1,3 @@ |
| - |
| /* |
| * Copyright 2010 Google Inc. |
| * |
| @@ -6,10 +5,10 @@ |
| * found in the LICENSE file. |
| */ |
| - |
| - |
| #include "GrAllocPool.h" |
| +#include "GrTypes.h" |
| + |
| #define GrAllocPool_MIN_BLOCK_SIZE ((size_t)128) |
| struct GrAllocPool::Block { |