| Index: webrtc/call/call.h
 | 
| diff --git a/webrtc/call/call.h b/webrtc/call/call.h
 | 
| index fdb6cff785b7e083be2517a5dbf4b088544abfbb..ec73bf7714926b2a6b04210f3c66a881f9acbedf 100644
 | 
| --- a/webrtc/call/call.h
 | 
| +++ b/webrtc/call/call.h
 | 
| @@ -119,6 +119,9 @@ class Call {
 | 
|    virtual void DestroyVideoReceiveStream(
 | 
|        VideoReceiveStream* receive_stream) = 0;
 | 
|  
 | 
| +  // In order for a created VideoReceiveStream to be aware that it is
 | 
| +  // protected by a FlexfecReceiveStream, the latter should be created before
 | 
| +  // the former.
 | 
|    virtual FlexfecReceiveStream* CreateFlexfecReceiveStream(
 | 
|        const FlexfecReceiveStream::Config& config) = 0;
 | 
|    virtual void DestroyFlexfecReceiveStream(
 | 
| 
 |