| Index: webrtc/modules/video_coding/video_coding_impl.h
|
| diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h
|
| index 30641dcf2fd52750c51131ecc54458186b96cf25..552b613e4df86816e03522d6524a9beae67ecf45 100644
|
| --- a/webrtc/modules/video_coding/video_coding_impl.h
|
| +++ b/webrtc/modules/video_coding/video_coding_impl.h
|
| @@ -207,7 +207,6 @@ class VideoReceiver : public Module {
|
| int32_t Decode(const webrtc::VCMEncodedFrame& frame)
|
| EXCLUSIVE_LOCKS_REQUIRED(receive_crit_);
|
| int32_t RequestKeyFrame();
|
| - int32_t RequestSliceLossIndication(const uint64_t pictureID) const;
|
|
|
| private:
|
| rtc::ThreadChecker construction_thread_;
|
|
|