Chromium Code Reviews| Index: remoting/base/decoder_vp8.cc |
| diff --git a/remoting/base/decoder_vp8.cc b/remoting/base/decoder_vp8.cc |
| index ff1bd7777b94731eaddc5768a613b7f9ad9799fd..6ce7f0358988aeeedcfa888783aa30f4c315350b 100644 |
| --- a/remoting/base/decoder_vp8.cc |
| +++ b/remoting/base/decoder_vp8.cc |
| @@ -20,6 +20,7 @@ DecoderVp8::DecoderVp8() |
| : state_(kUninitialized), |
| codec_(NULL), |
| last_image_(NULL), |
| + clip_rect_(SkIRect::MakeEmpty()), |
| horizontal_scale_ratio_(1.0), |
| vertical_scale_ratio_(1.0) { |
| } |