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

Issue 2967913002: Get rid of unnecessary cast of FlexfecReceiveStreamImpl to FlexfecReceiveStream (Closed)

Created:
3 years, 5 months ago by eladalon
Modified:
3 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Get rid of unnecessary cast of FlexfecReceiveStreamImpl to FlexfecReceiveStream BUG=None Review-Url: https://codereview.webrtc.org/2967913002 Cr-Commit-Position: refs/heads/master@{#19131} Committed: https://chromium.googlesource.com/external/webrtc/+/42f44f9cf672eb4bc43616c11e625111f48b6366

Patch Set 1 #

Total comments: 3

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : Rebase + remove empty line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M webrtc/call/call.cc View 1 2 2 chunks +2 lines, -7 lines 0 comments Download
M webrtc/call/flexfec_receive_stream.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/call/flexfec_receive_stream_impl.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M webrtc/call/flexfec_receive_stream_impl.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (9 generated)
eladalon
PTAL
3 years, 5 months ago (2017-07-04 09:54:55 UTC) #2
eladalon
https://codereview.webrtc.org/2967913002/diff/1/webrtc/call/flexfec_receive_stream_impl.h File webrtc/call/flexfec_receive_stream_impl.h (right): https://codereview.webrtc.org/2967913002/diff/1/webrtc/call/flexfec_receive_stream_impl.h#newcode51 webrtc/call/flexfec_receive_stream_impl.h:51: const Config& GetConfig() const override; Might also be a ...
3 years, 5 months ago (2017-07-04 09:56:27 UTC) #3
stefan-webrtc
I think the purpose of this cast is to ensure that noone else can delete ...
3 years, 5 months ago (2017-07-06 15:31:47 UTC) #4
eladalon
On 2017/07/06 15:31:47, stefan-webrtc wrote: > I think the purpose of this cast is to ...
3 years, 5 months ago (2017-07-06 16:40:25 UTC) #5
holmer
On 2017/07/06 16:40:25, eladalon wrote: > On 2017/07/06 15:31:47, stefan-webrtc wrote: > > I think ...
3 years, 5 months ago (2017-07-07 09:16:36 UTC) #6
eladalon
Adding solenberg@ and ossu@.
3 years, 5 months ago (2017-07-07 09:25:06 UTC) #8
eladalon
And Erik.
3 years, 5 months ago (2017-07-07 09:27:21 UTC) #10
danilchap
lgtm https://codereview.webrtc.org/2967913002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h File webrtc/call/flexfec_receive_stream_impl.h (right): https://codereview.webrtc.org/2967913002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h#newcode50 webrtc/call/flexfec_receive_stream_impl.h:50: may be remove this empty line (since comment ...
3 years, 5 months ago (2017-07-19 10:42:44 UTC) #11
eladalon
https://codereview.webrtc.org/2967913002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h File webrtc/call/flexfec_receive_stream_impl.h (right): https://codereview.webrtc.org/2967913002/diff/20001/webrtc/call/flexfec_receive_stream_impl.h#newcode50 webrtc/call/flexfec_receive_stream_impl.h:50: On 2017/07/19 10:42:44, danilchap wrote: > may be remove ...
3 years, 5 months ago (2017-07-21 12:33:32 UTC) #12
ossu
lgtm % that little empty line On 2017/07/06 15:31:47, stefan-webrtc wrote: > I think the ...
3 years, 5 months ago (2017-07-21 13:07:15 UTC) #13
eladalon
I'll expand the CL to make the same change for other occurrences of this in ...
3 years, 5 months ago (2017-07-21 13:19:32 UTC) #14
sprang_webrtc
lgtm
3 years, 5 months ago (2017-07-24 14:32:08 UTC) #15
eladalon
Actually, come to think of it, it's probably better to keep separate CLs, to make ...
3 years, 4 months ago (2017-07-25 12:37:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2967913002/40001
3 years, 4 months ago (2017-07-25 12:38:13 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/19577)
3 years, 4 months ago (2017-07-25 12:44:22 UTC) #21
the sun
lgtm
3 years, 4 months ago (2017-07-25 13:35:45 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2967913002/40001
3 years, 4 months ago (2017-07-25 13:36:53 UTC) #24
commit-bot: I haz the power
3 years, 4 months ago (2017-07-25 13:40:13 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/42f44f9cf672eb4bc43616c11...

Powered by Google App Engine
This is Rietveld 408576698