| Index: remoting/protocol/rtcp_writer.cc
|
| diff --git a/remoting/protocol/rtcp_writer.cc b/remoting/protocol/rtcp_writer.cc
|
| index 1996665c983a61a2f28bef759bfe2bf7e5fcc14d..5ccf74801332a175b12d93f2c6465422c82decb3 100644
|
| --- a/remoting/protocol/rtcp_writer.cc
|
| +++ b/remoting/protocol/rtcp_writer.cc
|
| @@ -16,7 +16,12 @@ namespace protocol {
|
| RtcpWriter::RtcpWriter() {
|
| }
|
|
|
| -RtcpWriter::~RtcpWriter() { }
|
| +RtcpWriter::~RtcpWriter() {
|
| +}
|
| +
|
| +void RtcpWriter::Close() {
|
| + buffered_rtcp_writer_->Close();
|
| +}
|
|
|
| // Initializes the writer. Must be called on the thread the sockets
|
| // belong to.
|
|
|