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:
@ -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_
|
||||||
|
Reference in New Issue
Block a user