Chromium Code Reviews| Index: talk/media/webrtc/webrtcvideoengine2.h |
| diff --git a/talk/media/webrtc/webrtcvideoengine2.h b/talk/media/webrtc/webrtcvideoengine2.h |
| index e30597584000c7198dc1e693b0fbefce3258ce95..6a6e8963ffba7cf1a210c4d856521d0cc26b191a 100644 |
| --- a/talk/media/webrtc/webrtcvideoengine2.h |
| +++ b/talk/media/webrtc/webrtcvideoengine2.h |
| @@ -529,6 +529,8 @@ class WebRtcVideoChannel2 : public rtc::MessageHandler, |
| std::vector<webrtc::RtpExtension> recv_rtp_extensions_; |
| webrtc::Call::Config::BitrateConfig bitrate_config_; |
| VideoOptions options_; |
| + // Whether we have ever processed options. |
| + bool options_set_ = false; |
|
pbos-webrtc
2015/07/14 03:58:33
Undo this one as well.
|
| }; |
| } // namespace cricket |