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

Unified Diff: third_party/brotli/dec/decode.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/README.chromium ('k') | third_party/brotli/enc/encode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/brotli/dec/decode.h
diff --git a/third_party/brotli/dec/decode.h b/third_party/brotli/dec/decode.h
index 51a49784c87683c38874befeff7a14bf4a330fa2..829ce6df08a9d58f6fc173085a31ec874303c75c 100644
--- a/third_party/brotli/dec/decode.h
+++ b/third_party/brotli/dec/decode.h
@@ -73,6 +73,8 @@ typedef enum {
BROTLI_ERROR_UNREACHABLE_6 = -36
} BrotliErrorCode;
+#define BROTLI_LAST_ERROR_CODE BROTLI_ERROR_UNREACHABLE_6
+
/* Creates the instance of BrotliState and initializes it. |alloc_func| and
|free_func| MUST be both zero or both non-zero. In the case they are both
zero, default memory allocators are used. |opaque| is passed to |alloc_func|
« no previous file with comments | « third_party/brotli/README.chromium ('k') | third_party/brotli/enc/encode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698