| Index: remoting/protocol/video_writer.h
|
| diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
|
| index b9216c05dc7bd4720743b636456b11026ba49f7f..ca3381ec13792e813fa3c00413012b341b6bdb28 100644
|
| --- a/remoting/protocol/video_writer.h
|
| +++ b/remoting/protocol/video_writer.h
|
| @@ -29,6 +29,10 @@ class VideoWriter : public VideoStub {
|
| // Initializes the writer.
|
| virtual void Init(Session* session) = 0;
|
|
|
| + // Stops writing. Must be called on the network thread before this
|
| + // object is destroyed.
|
| + virtual void Close() = 0;
|
| +
|
| protected:
|
| VideoWriter() { }
|
|
|
|
|