| Index: third_party/libwebp/enc/backward_references_enc.h
|
| diff --git a/third_party/libwebp/enc/backward_references.h b/third_party/libwebp/enc/backward_references_enc.h
|
| similarity index 99%
|
| rename from third_party/libwebp/enc/backward_references.h
|
| rename to third_party/libwebp/enc/backward_references_enc.h
|
| index 0cadb11e11ef421d5099aa9037f98be8f936b28f..3a19aa763eae4095670a8b7cd97d774629f0c81b 100644
|
| --- a/third_party/libwebp/enc/backward_references.h
|
| +++ b/third_party/libwebp/enc/backward_references_enc.h
|
| @@ -130,7 +130,8 @@ struct VP8LHashChain {
|
| int VP8LHashChainInit(VP8LHashChain* const p, int size);
|
| // Pre-compute the best matches for argb.
|
| int VP8LHashChainFill(VP8LHashChain* const p, int quality,
|
| - const uint32_t* const argb, int xsize, int ysize);
|
| + const uint32_t* const argb, int xsize, int ysize,
|
| + int low_effort);
|
| void VP8LHashChainClear(VP8LHashChain* const p); // release memory
|
|
|
| // -----------------------------------------------------------------------------
|
|
|