Chromium Code Reviews| Index: remoting/base/decoder_vp8.h |
| diff --git a/remoting/base/decoder_vp8.h b/remoting/base/decoder_vp8.h |
| index ebe082a8b0452cdd256c113c7d6f7dc035da806e..a59a601b25f3b24a9b1216a41907dc85b11eb14a 100644 |
| --- a/remoting/base/decoder_vp8.h |
| +++ b/remoting/base/decoder_vp8.h |
| @@ -31,6 +31,9 @@ class DecoderVp8 : public Decoder { |
| kError, |
| }; |
| + // True if we should decode the image upside down. |
| + bool reverse_rows_; |
| + |
| // The internal state of the decoder. |
| State state_; |