Chromium Code Reviews| Index: third_party/libjpeg_turbo/jutils.c |
| =================================================================== |
| --- third_party/libjpeg_turbo/jutils.c (revision 95020) |
| +++ third_party/libjpeg_turbo/jutils.c (working copy) |
| @@ -77,8 +77,8 @@ |
| } |
| -GLOBAL(size_t) |
| -jround_up (size_t a, size_t b) |
| +GLOBAL(long) |
| +jround_up (long a, long b) |
| /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */ |
| /* Assumes a >= 0, b > 0 */ |
| { |