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

Issue 3002283002: Implement move constructor for RTPFragmentationHeader. (Closed)

Created:
3 years, 3 months ago by sakal
Modified:
3 years, 3 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Implement move constructor for RTPFragmentationHeader. This allows returning RTPFragmentationHeader from a method and assigning the results to a variable. BUG=webrtc:7760 Review-Url: https://codereview.webrtc.org/3002283002 Cr-Commit-Position: refs/heads/master@{#19556} Committed: https://chromium.googlesource.com/external/webrtc/+/34960de3fb4257a2bba9847e8df3ef76dee59e77

Patch Set 1 : Use assign for int. #

Total comments: 2

Patch Set 2 : Address comments. #

Total comments: 2

Patch Set 3 : Address comments 2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M webrtc/modules/include/module_common_types.h View 1 2 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (18 generated)
sakal
PTAL
3 years, 3 months ago (2017-08-25 13:08:01 UTC) #3
kwiberg-webrtc
lgtm, but see insidious suggestion https://codereview.webrtc.org/3002283002/diff/20001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/3002283002/diff/20001/webrtc/modules/include/module_common_types.h#newcode101 webrtc/modules/include/module_common_types.h:101: } You could turn ...
3 years, 3 months ago (2017-08-27 22:59:25 UTC) #8
sakal
https://codereview.webrtc.org/3002283002/diff/20001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/3002283002/diff/20001/webrtc/modules/include/module_common_types.h#newcode101 webrtc/modules/include/module_common_types.h:101: } On 2017/08/27 22:59:24, kwiberg-webrtc wrote: > You could ...
3 years, 3 months ago (2017-08-28 08:00:21 UTC) #11
kwiberg-webrtc
https://codereview.webrtc.org/3002283002/diff/40001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/3002283002/diff/40001/webrtc/modules/include/module_common_types.h#newcode233 webrtc/modules/include/module_common_types.h:233: } To make this useful with the standard swapping ...
3 years, 3 months ago (2017-08-28 08:36:21 UTC) #14
sakal
https://codereview.webrtc.org/3002283002/diff/40001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/3002283002/diff/40001/webrtc/modules/include/module_common_types.h#newcode233 webrtc/modules/include/module_common_types.h:233: } On 2017/08/28 08:36:20, kwiberg-webrtc wrote: > To make ...
3 years, 3 months ago (2017-08-28 09:29:27 UTC) #15
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/3002283002/60001
3 years, 3 months ago (2017-08-28 10:20:37 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/external/webrtc/+/34960de3fb4257a2bba9847e8df3ef76dee59e77
3 years, 3 months ago (2017-08-28 10:22:48 UTC) #25
kwiberg-webrtc
3 years, 3 months ago (2017-08-28 10:44:50 UTC) #26
Message was sent while issue was closed.
Excellent! lgtm (again)

Powered by Google App Engine
This is Rietveld 408576698