Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: third_party/libjpeg_turbo/jutils.c

Issue 7554002: Updates libjpeg-turbo to 1.1.90 (r677) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjpeg_turbo/jsimddct.h ('k') | third_party/libjpeg_turbo/jversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
{
« no previous file with comments | « third_party/libjpeg_turbo/jsimddct.h ('k') | third_party/libjpeg_turbo/jversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698