| Index: remoting/client/x11_view.cc
|
| diff --git a/remoting/client/x11_view.cc b/remoting/client/x11_view.cc
|
| index ef3116b69718f407badb0885be963680c0b77bc0..b733d931896881c6dedff386bc79697343a730c6 100644
|
| --- a/remoting/client/x11_view.cc
|
| +++ b/remoting/client/x11_view.cc
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "remoting/base/decoder_verbatim.h"
|
| +#include "remoting/base/decoder_zlib.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -174,7 +175,7 @@ void X11View::HandleBeginUpdateStream(HostMessage* msg) {
|
| // TODO(hclam): Use the information from the message to create the decoder.
|
| // We lazily construct the decoder.
|
| if (!decoder_.get()) {
|
| - decoder_.reset(new DecoderVerbatim());
|
| + decoder_.reset(new DecoderZlib());
|
| }
|
|
|
| // Tell the decoder to do start decoding.
|
|
|