diff options
Diffstat (limited to 'remoting/base/decoder_zlib.cc')
-rw-r--r-- | remoting/base/decoder_zlib.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/base/decoder_zlib.cc b/remoting/base/decoder_zlib.cc index 8aabfbc..f7d7b3a 100644 --- a/remoting/base/decoder_zlib.cc +++ b/remoting/base/decoder_zlib.cc @@ -26,6 +26,9 @@ DecoderZlib::DecoderZlib() encoding_ = EncodingZlib; } +DecoderZlib::~DecoderZlib() { +} + bool DecoderZlib::BeginDecode(scoped_refptr<media::VideoFrame> frame, UpdatedRects* updated_rects, Task* partial_decode_done, |