Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1019)

Unified Diff: remoting/client/decoder_verbatim.h

Issue 2878009: Add flag to decoder class to flip the image vertically since that is required... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/client/decoder_verbatim.cc » ('j') | remoting/client/decoder_verbatim.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | remoting/client/decoder_verbatim.cc » ('j') | remoting/client/decoder_verbatim.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698