Chromium Code Reviews| Index: remoting/codec/video_encoder.h |
| diff --git a/remoting/codec/video_encoder.h b/remoting/codec/video_encoder.h |
| index 2920b260b500d75ffdb27f8c06fd88fbf52d37a5..3cd24837fbc6140cd4b11109c9b01bcc6f89fe79 100644 |
| --- a/remoting/codec/video_encoder.h |
| +++ b/remoting/codec/video_encoder.h |
| @@ -39,6 +39,7 @@ class VideoEncoder { |
| static std::unique_ptr<VideoEncoder> Create( |
| const protocol::SessionConfig& config); |
| + virtual void UpdateTargetBitrate(int bitrate_kbps) {} |
| }; |
| } // namespace remoting |