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

Unified Diff: third_party/libwebp/enc/delta_palettization_enc.h

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.c ('k') | third_party/libwebp/enc/delta_palettization_enc.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.h
diff --git a/third_party/libwebp/enc/delta_palettization.h b/third_party/libwebp/enc/delta_palettization_enc.h
similarity index 97%
rename from third_party/libwebp/enc/delta_palettization.h
rename to third_party/libwebp/enc/delta_palettization_enc.h
index e41c0c5ab56095e93d2ed77f526a858e261c21de..63048ec6e8f625b98e9a10191472243291005c79 100644
--- a/third_party/libwebp/enc/delta_palettization.h
+++ b/third_party/libwebp/enc/delta_palettization_enc.h
@@ -14,7 +14,7 @@
#define WEBP_ENC_DELTA_PALETTIZATION_H_
#include "../webp/encode.h"
-#include "../enc/vp8li.h"
+#include "../enc/vp8li_enc.h"
// Replaces enc->argb_[] input by a palettizable approximation of it,
// and generates optimal enc->palette_[].
« no previous file with comments | « third_party/libwebp/enc/delta_palettization.c ('k') | third_party/libwebp/enc/delta_palettization_enc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698