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

Unified Diff: third_party/libwebp/dec/alpha_dec.c

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 years, 11 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/libwebp/dec/alpha.c ('k') | third_party/libwebp/dec/alphai.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dec/alpha_dec.c
diff --git a/third_party/libwebp/dec/alpha.c b/third_party/libwebp/dec/alpha_dec.c
similarity index 98%
rename from third_party/libwebp/dec/alpha.c
rename to third_party/libwebp/dec/alpha_dec.c
index d88f01d8de875a67139e915435eb391b35eaf988..83ffd4b609e1b6da614230138ff889cbee17b0c4 100644
--- a/third_party/libwebp/dec/alpha.c
+++ b/third_party/libwebp/dec/alpha_dec.c
@@ -12,11 +12,11 @@
// Author: Skal (pascal.massimino@gmail.com)
#include <stdlib.h>
-#include "./alphai.h"
-#include "./vp8i.h"
-#include "./vp8li.h"
+#include "./alphai_dec.h"
+#include "./vp8i_dec.h"
+#include "./vp8li_dec.h"
#include "../dsp/dsp.h"
-#include "../utils/quant_levels_dec.h"
+#include "../utils/quant_levels_dec_utils.h"
#include "../utils/utils.h"
#include "../webp/format_constants.h"
« no previous file with comments | « third_party/libwebp/dec/alpha.c ('k') | third_party/libwebp/dec/alphai.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698