Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: remoting/base/compressor.h

Issue 5382008: Refactor ZLib and Verbatim encoders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/base/compressor_verbatim.h » ('j') | remoting/base/encoder_row_based.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | remoting/base/compressor_verbatim.h » ('j') | remoting/base/encoder_row_based.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698