| Index: third_party/brotli/enc/encode.h
|
| diff --git a/third_party/brotli/enc/encode.h b/third_party/brotli/enc/encode.h
|
| index a06aa4085fba5bad2575a4ac5d03a15d48098ed1..5b35e2184f7d0081d69773f1eea445bb2f88a173 100644
|
| --- a/third_party/brotli/enc/encode.h
|
| +++ b/third_party/brotli/enc/encode.h
|
| @@ -180,6 +180,8 @@ class BrotliCompressor {
|
| // Command and literal buffers for quality 1.
|
| uint32_t* command_buf_;
|
| uint8_t* literal_buf_;
|
| +
|
| + int is_last_block_emitted_;
|
| };
|
|
|
| // Compresses the data in input_buffer into encoded_buffer, and sets
|
|
|