| commit | 090d683489bfa3f36f1e2624c310ff9ca5836038 | [log] [tgz] |
|---|---|---|
| author | Tom Sepez <tsepez@chromium.org> | Thu Mar 12 13:33:31 2015 -0700 |
| committer | Tom Sepez <tsepez@chromium.org> | Thu Mar 12 13:33:31 2015 -0700 |
| tree | 578d69a3c8820f38ebf4392598df365890f9d893 | |
| parent | 3c676ecee839e6b0a1e5c5d4b3524edcb0bd2a42 [diff] |
Kill CFX_GrowOnlyPool. It's unused, and when the time comes, we'll want to put pdfium onto a hardened allocator like partitionAlloc anyways. Along the way, merge adjacent #ifdef __cplusplus blocks, remove a pointless check for __cplusplus inside a .cpp file, and remove a redundant cast. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1008483002