| Index: webrtc/modules/video_coding/codecs/test/videoprocessor.h
 | 
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
 | 
| index 3ee08fd46abb179c4d511ca721eb559e5216790a..77169c86496a9341921e18a3e8d8aa50c11b541e 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
 | 
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
 | 
| @@ -172,7 +172,8 @@ class VideoProcessorImpl : public VideoProcessor {
 | 
|  
 | 
|   private:
 | 
|    // Invoked by the callback when a frame has completed encoding.
 | 
| -  void FrameEncoded(const webrtc::EncodedImage& encodedImage);
 | 
| +  void FrameEncoded(const webrtc::EncodedImage& encodedImage,
 | 
| +                    const webrtc::RTPFragmentationHeader* fragmentation);
 | 
|    // Invoked by the callback when a frame has completed decoding.
 | 
|    void FrameDecoded(const webrtc::VideoFrame& image);
 | 
|    // Used for getting a 32-bit integer representing time
 | 
| 
 |