Onion soup content/renderer/media/webrtc/rtc_rtp_receiver.cc|h
... and the respective unittest, rtc_rtp_receiver_unittest.cc This CL works out phase 7.1 on the design document [1]. [1] https://docs.google.com/document/d/1AJKVA5U4nDkyDB9p4ROrggWXadCxyy-grKaE9KS5vOU/ In order to avoid colliding files and classes names with existing homonyms in renderer/modules/peerconnection, the following renames were performed: - rtc_rtp_receiver.cc -> rtc_rtp_receiver_impl.cc - rtc_rtp_receiver.h -> rtc_rtp_receiver_impl.h - rtc_rtp_receiver_unittest.cc -> rtc_rtp_receiver_impl_test.cc Also, RTCRtpReceiver became RTCRtpReceiverImpl. BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: I4e13b647da1f329868dadd7e59cc13cdc8963797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819801 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#704969}
Showing
Please register or sign in to comment