GCC: to be able to pass through cross thread copier webRTC mocks they cannot be abstract
MockWebRtcVideoTrack and MockWebRtcVideoTrackSource are abstract because they do not implement the rtc::RefCounted interface. To fix hte problem, solution is inheriting from rtc::RefCountedObject. Bug: 819294 Change-Id: Ia0975711cff5755f0608e801a5cb60d175bd9b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310414Reviewed-by:Guido Urdaneta <guidou@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#791288}
Showing
Please register or sign in to comment