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

Unified Diff: net/quic/quic_framer.h

Issue 932723002: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/quic/quic_flags.cc ('k') | net/quic/quic_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_framer.h
diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
index abd2e31d1f587bbec6659cf25b28c94ba190e407..3cfaa88d37201bd1dfd5892b4752b9a4eb4d3d54 100644
--- a/net/quic/quic_framer.h
+++ b/net/quic/quic_framer.h
@@ -306,7 +306,8 @@ class NET_EXPORT_PRIVATE QuicFramer {
// The packet must be of size |packet_size|.
QuicPacket* BuildDataPacket(const QuicPacketHeader& header,
const QuicFrames& frames,
- size_t packet_size);
+ char* buffer,
+ size_t packet_length);
// Returns a QuicPacket* that is owned by the caller, and is populated with
// the fields in |header| and |fec|. Returns nullptr if the packet could
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698