Remove temporary using webrtc::OnCompleteFrameCallback statement.

Bug: webrtc:12579
Change-Id: I9ba7735be20318b1f37bc7e75b07804ef694a7b4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/220362
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34162}
This commit is contained in:
philipel
2021-05-27 14:33:23 +02:00
committed by WebRTC LUCI CQ
parent 948e40cfdf
commit 6ad542cf11

View File

@ -425,9 +425,6 @@ class RtpVideoStreamReceiver : public LossNotificationSender,
RTC_GUARDED_BY(packet_buffer_lock_); RTC_GUARDED_BY(packet_buffer_lock_);
}; };
// TODO(philipel): Remove when downstream has been updated.
using OnCompleteFrameCallback = RtpVideoStreamReceiver::OnCompleteFrameCallback;
} // namespace webrtc } // namespace webrtc
#endif // VIDEO_RTP_VIDEO_STREAM_RECEIVER_H_ #endif // VIDEO_RTP_VIDEO_STREAM_RECEIVER_H_