| Index: webrtc/modules/video_coding/receiver.h
|
| diff --git a/webrtc/modules/video_coding/receiver.h b/webrtc/modules/video_coding/receiver.h
|
| index 6b25d866f28432976191f1dc4ec841ddea937120..3d9e445f526a5141cdfd49ca2db62e476448efce 100644
|
| --- a/webrtc/modules/video_coding/receiver.h
|
| +++ b/webrtc/modules/video_coding/receiver.h
|
| @@ -91,9 +91,6 @@ class VCMReceiver {
|
|
|
| void TriggerDecoderShutdown();
|
|
|
| - int64_t TimeUntilNextProcess();
|
| - void Process();
|
| -
|
| private:
|
| CriticalSectionWrapper* crit_sect_;
|
| Clock* const clock_;
|
|
|