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