| Index: third_party/libwebp/dec/vp8li.h
|
| diff --git a/third_party/libwebp/dec/vp8li.h b/third_party/libwebp/dec/vp8li.h
|
| index afa294db1e22f3b241bf95fd8fd1be7d2ca5db34..21c593feb8444c59df2c13d2cfde5caaba990d9c 100644
|
| --- a/third_party/libwebp/dec/vp8li.h
|
| +++ b/third_party/libwebp/dec/vp8li.h
|
| @@ -20,7 +20,6 @@
|
| #include "../utils/bit_reader.h"
|
| #include "../utils/color_cache.h"
|
| #include "../utils/huffman.h"
|
| -#include "../webp/format_constants.h"
|
|
|
| #ifdef __cplusplus
|
| extern "C" {
|
| @@ -42,10 +41,6 @@ struct VP8LTransform {
|
| };
|
|
|
| typedef struct {
|
| - HuffmanTree htrees_[HUFFMAN_CODES_PER_META_CODE];
|
| -} HTreeGroup;
|
| -
|
| -typedef struct {
|
| int color_cache_size_;
|
| VP8LColorCache color_cache_;
|
|
|
|
|