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

Unified Diff: remoting/base/compressor_zlib.h

Issue 5382008: Refactor ZLib and Verbatim encoders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 10 years 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 | « remoting/base/compressor_verbatim.cc ('k') | remoting/base/compressor_zlib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/compressor_zlib.h
diff --git a/remoting/base/compressor_zlib.h b/remoting/base/compressor_zlib.h
index d2cc82b93dba09909bc250c905d4eb2086dbdb74..3371d229d73806b381fcb5dd195ea32f9d3f1ce3 100644
--- a/remoting/base/compressor_zlib.h
+++ b/remoting/base/compressor_zlib.h
@@ -23,6 +23,8 @@ class CompressorZlib : public Compressor {
uint8* output_data, int output_size,
CompressorFlush flush, int* consumed, int* written);
+ virtual void Reset();
+
private:
scoped_ptr<z_stream> stream_;
};
« no previous file with comments | « remoting/base/compressor_verbatim.cc ('k') | remoting/base/compressor_zlib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698