Index: remoting/base/compressor.h |
diff --git a/remoting/base/compressor.h b/remoting/base/compressor.h |
index edb64f842b95a268ba3774f8d3c4ad5e72972af5..1067ee7a4bedcfdb87ce9b80e9d6c91443fdcd0b 100644 |
--- a/remoting/base/compressor.h |
+++ b/remoting/base/compressor.h |
@@ -49,6 +49,8 @@ class Compressor { |
virtual bool Process(const uint8* input_data, int input_size, |
uint8* output_data, int output_size, |
CompressorFlush flush, int* consumed, int* written) = 0; |
+ |
+ virtual void Reset() = 0; |
Alpha Left Google
2010/12/02 19:39:55
Add comments for this method.
Sergey Ulanov
2010/12/03 00:17:21
Done.
|
}; |
} // namespace remoting |