Index: remoting/base/decoder_row_based.cc |
diff --git a/remoting/base/decoder_row_based.cc b/remoting/base/decoder_row_based.cc |
index cf89677a75decde8c36a6cc7b7ba8be80d88e689..da65079ddaa7cc0287abee367b3b0dfbf2c2ad0a 100644 |
--- a/remoting/base/decoder_row_based.cc |
+++ b/remoting/base/decoder_row_based.cc |
@@ -30,6 +30,7 @@ DecoderRowBased* DecoderRowBased::CreateVerbatimDecoder() { |
DecoderRowBased::DecoderRowBased(Decompressor* decompressor, |
VideoPacketFormat::Encoding encoding) |
: state_(kUninitialized), |
+ clip_(SkIRect::MakeEmpty()), |
decompressor_(decompressor), |
encoding_(encoding), |
row_pos_(0), |