Index: webrtc/video/video_send_stream.h |
diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h |
index 1c66c1fe332ad9540343b2e01abc82668c4459a4..f9c6cdc0d64d0ca652ee8d16dd45f2c0b755d267 100644 |
--- a/webrtc/video/video_send_stream.h |
+++ b/webrtc/video/video_send_stream.h |
@@ -87,9 +87,9 @@ class VideoSendStream : public webrtc::VideoSendStream, |
int GetPaddingNeededBps() const; |
// Implements BitrateAllocatorObserver. |
- void OnBitrateUpdated(uint32_t bitrate_bps, |
- uint8_t fraction_loss, |
- int64_t rtt) override; |
+ uint32_t OnBitrateUpdated(uint32_t bitrate_bps, |
+ uint8_t fraction_loss, |
+ int64_t rtt) override; |
protected: |
// Implements webrtc::VCMProtectionCallback. |