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

Issue 2878009: Add flag to decoder class to flip the image vertically since that is required... (Closed)

Created:
10 years, 5 months ago by garykac
Modified:
9 years, 6 months ago
Reviewers:
dmac
CC:
chromium-reviews, Sergey Ulanov, awong, Alpha Left Google
Visibility:
Public.

Description

Add flag to decoder class to flip the image vertically since that is required on some platforms. BUG=none TEST=run code, verify that screen is upside-up. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51052

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M remoting/client/decoder_verbatim.h View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/client/decoder_verbatim.cc View 2 chunks +10 lines, -2 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
garykac
10 years, 5 months ago (2010-06-28 20:36:28 UTC) #1
dmac
http://codereview.chromium.org/2878009/diff/5001/6001 File remoting/client/decoder_verbatim.cc (right): http://codereview.chromium.org/2878009/diff/5001/6001#newcode13 remoting/client/decoder_verbatim.cc:13: reverse_rows_(true) { how do we plan to set this ...
10 years, 5 months ago (2010-06-28 20:41:50 UTC) #2
awong
I'm still not sure I understand why this is in the decoder...shouldn't the encoding size ...
10 years, 5 months ago (2010-06-28 20:44:36 UTC) #3
garykac
On 2010/06/28 20:44:36, awong wrote: > I'm still not sure I understand why this is ...
10 years, 5 months ago (2010-06-28 21:05:17 UTC) #4
garykac
Talking with dmac some more about this: Since our assumption is that the client is ...
10 years, 5 months ago (2010-06-28 21:24:17 UTC) #5
garykac
On 2010/06/28 20:41:50, dmac wrote: > http://codereview.chromium.org/2878009/diff/5001/6001 > File remoting/client/decoder_verbatim.cc (right): > > http://codereview.chromium.org/2878009/diff/5001/6001#newcode13 > ...
10 years, 5 months ago (2010-06-28 21:27:17 UTC) #6
dmac
10 years, 5 months ago (2010-06-28 21:47:15 UTC) #7
On 2010/06/28 21:27:17, garykac wrote:
> On 2010/06/28 20:41:50, dmac wrote:
> > http://codereview.chromium.org/2878009/diff/5001/6001
> > File remoting/client/decoder_verbatim.cc (right):
> > 
> > http://codereview.chromium.org/2878009/diff/5001/6001#newcode13
> > remoting/client/decoder_verbatim.cc:13: reverse_rows_(true) {
> > how do we plan to set this per platform?
> 
> We need to expand the protocol so that each packet has a 'vflip' flag to know
> when to flip.
> 
> I can add this later once you've checked in your chunk of code.  Right now,
this
> is a temp fix that works for the host-client combinations we're playing with.

LGTM

Powered by Google App Engine
This is Rietveld 408576698