| Index: webrtc/video_receive_stream.h
 | 
| diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
 | 
| index 275162ca1cfe4e866de816441afa170b96a87a8e..1d9033630f01db7bac80e759f9d30d251567e2d6 100644
 | 
| --- a/webrtc/video_receive_stream.h
 | 
| +++ b/webrtc/video_receive_stream.h
 | 
| @@ -43,15 +43,6 @@ class VideoReceiveStream : public ReceiveStream {
 | 
|      // Name of the decoded payload (such as VP8). Maps back to the depacketizer
 | 
|      // used to unpack incoming packets.
 | 
|      std::string payload_name;
 | 
| -
 | 
| -    // 'true' if the decoder handles rendering as well.
 | 
| -    bool is_renderer = false;
 | 
| -
 | 
| -    // The expected delay for decoding and rendering, i.e. the frame will be
 | 
| -    // delivered this many milliseconds, if possible, earlier than the ideal
 | 
| -    // render time.
 | 
| -    // Note: Ignored if 'renderer' is false.
 | 
| -    int expected_delay_ms = 0;
 | 
|    };
 | 
|  
 | 
|    struct Stats {
 | 
| 
 |