| Index: webrtc/modules/video_coding/receiver.h
 | 
| diff --git a/webrtc/modules/video_coding/receiver.h b/webrtc/modules/video_coding/receiver.h
 | 
| index bc2e026fef7a39b25cb29faf7334aa146a474cf2..730cccf12ebed8bf461258e7a8c4b3414cbcb0dd 100644
 | 
| --- a/webrtc/modules/video_coding/receiver.h
 | 
| +++ b/webrtc/modules/video_coding/receiver.h
 | 
| @@ -47,7 +47,7 @@ class VCMReceiver {
 | 
|                         uint16_t frame_height);
 | 
|    VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
 | 
|                                      int64_t& next_render_time_ms,
 | 
| -                                    bool render_timing = true);
 | 
| +                                    bool prefer_decode_late);
 | 
|    void ReleaseFrame(VCMEncodedFrame* frame);
 | 
|    void ReceiveStatistics(uint32_t* bitrate, uint32_t* framerate);
 | 
|    uint32_t DiscardedPackets() const;
 | 
| 
 |