| Index: webrtc/video/overuse_frame_detector.h
|
| diff --git a/webrtc/video/overuse_frame_detector.h b/webrtc/video/overuse_frame_detector.h
|
| index 80c9b55fb0056269a56ba3cd3cec829c46cb7983..43c9e28459f22b39f342cb1e5677023fa2d731a7 100644
|
| --- a/webrtc/video/overuse_frame_detector.h
|
| +++ b/webrtc/video/overuse_frame_detector.h
|
| @@ -90,7 +90,7 @@ class OveruseFrameDetector : public Module {
|
|
|
| // Implements Module.
|
| int64_t TimeUntilNextProcess() override;
|
| - int32_t Process() override;
|
| + void Process() override;
|
|
|
| private:
|
| class SendProcessingUsage;
|
|
|