Index: remoting/client/decoder_verbatim.h |
=================================================================== |
--- remoting/client/decoder_verbatim.h (revision 51015) |
+++ remoting/client/decoder_verbatim.h (working copy) |
@@ -30,6 +30,10 @@ |
scoped_refptr<media::VideoFrame> frame_; |
UpdatedRects* updated_rects_; |
+ // True if we should reverse the rows when copying data into the target |
+ // frame buffer. |
+ bool reverse_rows_; |
+ |
DISALLOW_COPY_AND_ASSIGN(DecoderVerbatim); |
}; |