Index: webrtc/test/configurable_frame_size_encoder.h |
diff --git a/webrtc/test/configurable_frame_size_encoder.h b/webrtc/test/configurable_frame_size_encoder.h |
index a3820baf7e5bdc4e9012fa3f707ceb127b2e5954..d269441667baba458c36a88ceecf8a4bdfbfe5bb 100644 |
--- a/webrtc/test/configurable_frame_size_encoder.h |
+++ b/webrtc/test/configurable_frame_size_encoder.h |
@@ -39,8 +39,7 @@ |
int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override; |
- int32_t SetRateAllocation(const BitrateAllocation& allocation, |
- uint32_t framerate) override; |
+ int32_t SetRates(uint32_t new_bit_rate, uint32_t frame_rate) override; |
int32_t SetPeriodicKeyFrames(bool enable) override; |