summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_sequencer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_stream_sequencer.h')
-rw-r--r--net/quic/quic_stream_sequencer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_stream_sequencer.h b/net/quic/quic_stream_sequencer.h
index a4580a9..5da2c0e 100644
--- a/net/quic/quic_stream_sequencer.h
+++ b/net/quic/quic_stream_sequencer.h
@@ -36,7 +36,7 @@ class NET_EXPORT_PRIVATE QuicStreamSequencer {
// data is processed or the stream fails to consume data. Any unconsumed
// data will be buffered. If the frame is not the next in line, it will be
// buffered.
- bool OnStreamFrame(const QuicStreamFrame& frame);
+ void OnStreamFrame(const QuicStreamFrame& frame);
// Once data is buffered, it's up to the stream to read it when the stream
// can handle more data. The following three functions make that possible.