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

Unified Diff: net/spdy/core/hpack/hpack_input_stream.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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 | « net/spdy/core/hpack/hpack_huffman_table_test.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/hpack/hpack_input_stream.cc
diff --git a/net/spdy/core/hpack/hpack_input_stream.cc b/net/spdy/core/hpack/hpack_input_stream.cc
index daf5abe54bbd86572ea22b861354ed5e35ad6f02..d138f84dfd688e4bf9d9f5cba65bedb3a2a26f0a 100644
--- a/net/spdy/core/hpack/hpack_input_stream.cc
+++ b/net/spdy/core/hpack/hpack_input_stream.cc
@@ -154,7 +154,7 @@ bool HpackInputStream::DecodeNextHuffmanString(SpdyString* str) {
buffer_.remove_prefix(encoded_size);
parsed_bytes_current_ += encoded_size;
- return HpackHuffmanDecoder::DecodeString(&bounded_reader, str);
+ return SpdyHpackHuffmanDecoder::DecodeString(&bounded_reader, str);
}
bool HpackInputStream::PeekBits(size_t* peeked_count, uint32_t* out) const {
« no previous file with comments | « net/spdy/core/hpack/hpack_huffman_table_test.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698