Index: talk/app/webrtc/peerconnectioninterface.h |
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h |
index b7814e583033ac4f741c8d1b245ed14e5c12c143..8a6c57be42f851c7f6a442f4dca62de29050e711 100644 |
--- a/talk/app/webrtc/peerconnectioninterface.h |
+++ b/talk/app/webrtc/peerconnectioninterface.h |
@@ -256,7 +256,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
int ice_connection_receiving_timeout; |
ContinualGatheringPolicy continual_gathering_policy; |
std::vector<rtc::scoped_refptr<rtc::RTCCertificate>> certificates; |
- |
+ bool renderer_has_time_control; |
RTCConfiguration() |
: type(kAll), |
bundle_policy(kBundlePolicyBalanced), |