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

Issue 17511004: Added the desktop shape fields to VideoPacket. (Closed)

Created:
7 years, 6 months ago by alexeypa (please no reviews)
Modified:
7 years, 6 months ago
Reviewers:
Sergey Ulanov, Jamie, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Added the desktop shape fields to VideoPacket. If the host passes the desktop shape region in a VideoPacket the client will use it to draw transparent regions. The client also informs the web-app of the desktop shape changes, so it can set the input passthrough region correctly. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207789

Patch Set 1 #

Total comments: 10

Patch Set 2 : CR feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -2 lines) Patch
M remoting/client/frame_producer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 3 chunks +5 lines, -0 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 2 chunks +23 lines, -1 line 0 comments Download
M remoting/client/plugin/pepper_view.cc View 2 chunks +6 lines, -1 line 0 comments Download
M remoting/client/rectangle_update_decoder.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/rectangle_update_decoder.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/codec/video_decoder.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/codec/video_decoder_verbatim.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/codec/video_decoder_verbatim.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/codec/video_decoder_vp8.h View 1 3 chunks +15 lines, -0 lines 0 comments Download
M remoting/codec/video_decoder_vp8.cc View 1 6 chunks +88 lines, -0 lines 0 comments Download
M remoting/proto/video.proto View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
alexeypa (please no reviews)
Jamie or Wez, PTAL.
7 years, 6 months ago (2013-06-20 20:46:01 UTC) #1
Jamie
On 2013/06/20 20:46:01, alexeypa wrote: > Jamie or Wez, PTAL. I'll take a look.
7 years, 6 months ago (2013-06-20 20:55:47 UTC) #2
Jamie
lgtm with nits. https://chromiumcodereview.appspot.com/17511004/diff/1/remoting/codec/video_decoder.h File remoting/codec/video_decoder.h (right): https://chromiumcodereview.appspot.com/17511004/diff/1/remoting/codec/video_decoder.h#newcode74 remoting/codec/video_decoder.h:74: virtual const SkRegion* GetImageShape() { return ...
7 years, 6 months ago (2013-06-20 21:15:57 UTC) #3
Sergey Ulanov
https://chromiumcodereview.appspot.com/17511004/diff/1/remoting/codec/video_decoder.h File remoting/codec/video_decoder.h (right): https://chromiumcodereview.appspot.com/17511004/diff/1/remoting/codec/video_decoder.h#newcode74 remoting/codec/video_decoder.h:74: virtual const SkRegion* GetImageShape() { return NULL; } Can ...
7 years, 6 months ago (2013-06-20 21:27:21 UTC) #4
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/17511004/diff/1/remoting/codec/video_decoder.h File remoting/codec/video_decoder.h (right): https://chromiumcodereview.appspot.com/17511004/diff/1/remoting/codec/video_decoder.h#newcode74 remoting/codec/video_decoder.h:74: virtual const SkRegion* GetImageShape() { return NULL; } On ...
7 years, 6 months ago (2013-06-20 22:05:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/17511004/11001
7 years, 6 months ago (2013-06-20 22:53:39 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 10:16:42 UTC) #7
Message was sent while issue was closed.
Change committed as 207789

Powered by Google App Engine
This is Rietveld 408576698