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

Unified Diff: third_party/libwebp/enc/delta_palettization_enc.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/enc/delta_palettization_enc.h ('k') | third_party/libwebp/enc/filter.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/enc/delta_palettization_enc.c
diff --git a/third_party/libwebp/enc/delta_palettization.c b/third_party/libwebp/enc/delta_palettization_enc.c
similarity index 99%
rename from third_party/libwebp/enc/delta_palettization.c
rename to third_party/libwebp/enc/delta_palettization_enc.c
index 062e588d79f2db7823d3e5b8b013a5d2be07d367..eaf0f050ea7621e6528494b5d172ccbac4379e6a 100644
--- a/third_party/libwebp/enc/delta_palettization.c
+++ b/third_party/libwebp/enc/delta_palettization_enc.c
@@ -10,7 +10,7 @@
// Author: Mislav Bradac (mislavm@google.com)
//
-#include "./delta_palettization.h"
+#include "./delta_palettization_enc.h"
#ifdef WEBP_EXPERIMENTAL_FEATURES
#include "../webp/types.h"
« no previous file with comments | « third_party/libwebp/enc/delta_palettization_enc.h ('k') | third_party/libwebp/enc/filter.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698