| Index: remoting/base/decompressor.h
|
| diff --git a/remoting/base/decompressor.h b/remoting/base/decompressor.h
|
| index b688b3beeff018396853ee741e10caa029f2669d..025850e0d7b9f78b8782bdbb0583a97a02b48c38 100644
|
| --- a/remoting/base/decompressor.h
|
| +++ b/remoting/base/decompressor.h
|
| @@ -18,6 +18,10 @@ class Decompressor {
|
| public:
|
| virtual ~Decompressor() {}
|
|
|
| + // Resets all the internal state so the decompressor behaves as if it was
|
| + // just created.
|
| + virtual void Reset() = 0;
|
| +
|
| // Decompress |input_data| with |input_size| bytes.
|
| //
|
| // |output_data| is provided by the caller and |output_size| is the
|
|
|