From d3a4b09d49a617e667e79c387fbe3570c7fac950 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Tue, 22 Feb 2011 18:16:53 +0000 Subject: Change chromoting images to upright by default Remove all the ugly code to have reverse rows. All images are upright now. BUG=71872 TEST=Everything in chromoting still works and upright. Review URL: http://codereview.chromium.org/6546057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75609 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/base/decoder_vp8.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'remoting/base/decoder_vp8.h') diff --git a/remoting/base/decoder_vp8.h b/remoting/base/decoder_vp8.h index 6e15a0b..08f60e2 100644 --- a/remoting/base/decoder_vp8.h +++ b/remoting/base/decoder_vp8.h @@ -31,9 +31,6 @@ 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_; -- cgit v1.1