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

Unified Diff: remoting/base/compressor_zlib.h

Issue 2868062: EncoderZlib/DecoderZlib for chromoting (Closed)
Patch Set: from .cc to .c Created 10 years, 5 months 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.h ('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 5c8b91cdb17e3c06b0f810b365674c49dd5971c5..d2cc82b93dba09909bc250c905d4eb2086dbdb74 100644
--- a/remoting/base/compressor_zlib.h
+++ b/remoting/base/compressor_zlib.h
@@ -21,7 +21,7 @@ class CompressorZlib : public Compressor {
// Compressor implementations.
virtual bool Process(const uint8* input_data, int input_size,
uint8* output_data, int output_size,
- int* consumed, int* written);
+ CompressorFlush flush, int* consumed, int* written);
private:
scoped_ptr<z_stream> stream_;
« no previous file with comments | « remoting/base/compressor.h ('k') | remoting/base/compressor_zlib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698