summaryrefslogtreecommitdiffstats
path: root/remoting/base/decoder_vp8.h
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 18:16:53 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 18:16:53 +0000
commitd3a4b09d49a617e667e79c387fbe3570c7fac950 (patch)
treeb67e7d9e794de45f347f745020b8af370a523f6c /remoting/base/decoder_vp8.h
parent20a648064480d72460d3b6b0b211ea781cdd6c55 (diff)
downloadchromium_src-d3a4b09d49a617e667e79c387fbe3570c7fac950.zip
chromium_src-d3a4b09d49a617e667e79c387fbe3570c7fac950.tar.gz
chromium_src-d3a4b09d49a617e667e79c387fbe3570c7fac950.tar.bz2
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
Diffstat (limited to 'remoting/base/decoder_vp8.h')
-rw-r--r--remoting/base/decoder_vp8.h3
1 files changed, 0 insertions, 3 deletions
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_;