summaryrefslogtreecommitdiffstats
path: root/net/spdy/buffered_spdy_framer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/buffered_spdy_framer.cc')
-rw-r--r--net/spdy/buffered_spdy_framer.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/spdy/buffered_spdy_framer.cc b/net/spdy/buffered_spdy_framer.cc
index 91eadbd..b544dcb 100644
--- a/net/spdy/buffered_spdy_framer.cc
+++ b/net/spdy/buffered_spdy_framer.cc
@@ -252,6 +252,11 @@ bool BufferedSpdyFramer::IsCompressible(const SpdyFrame& frame) const {
return spdy_framer_.IsCompressible(frame);
}
+SpdyControlFrame* BufferedSpdyFramer::CompressControlFrame(
+ const SpdyControlFrame& frame) {
+ return spdy_framer_.CompressControlFrame(frame);
+}
+
// static
void BufferedSpdyFramer::set_enable_compression_default(bool value) {
g_enable_compression_default = value;