| Index: call/video_send_stream.h | 
| diff --git a/call/video_send_stream.h b/call/video_send_stream.h | 
| index c8f41fbd3494597fe57b9816534714a1a32555b7..82e6a66a89e6a56c28f9c2bcf694dc59082ef33f 100644 | 
| --- a/call/video_send_stream.h | 
| +++ b/call/video_send_stream.h | 
| @@ -115,6 +115,8 @@ class VideoSendStream { | 
| std::string payload_name; | 
| int payload_type = -1; | 
|  | 
| +      std::string stereo_associated_payload_name; | 
| + | 
| // TODO(sophiechang): Delete this field when no one is using internal | 
| // sources anymore. | 
| bool internal_source = false; | 
|  |