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

Unified Diff: third_party/brotli/enc/encode.h

Issue 1995193003: Update brotli 11 May 2016 (4cc756) -> 20 May 2016 (4836af) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/brotli/dec/decode.h ('k') | third_party/brotli/enc/encode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/brotli/dec/decode.h ('k') | third_party/brotli/enc/encode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698