| Index: webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h
|
| diff --git a/webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h b/webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h
|
| index 7e2076ccdc1cff805dcf087cfbdb805c6a8079f8..396c43a8ed2703e58c508f6fe9abddec54155f3f 100644
|
| --- a/webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h
|
| +++ b/webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h
|
| @@ -57,6 +57,10 @@ class MockDecodedImageCallback : public DecodedImageCallback {
|
| MOCK_METHOD2(Decoded,
|
| int32_t(VideoFrame& decodedImage, // NOLINT
|
| int64_t decode_time_ms));
|
| + MOCK_METHOD3(Decoded,
|
| + int32_t(VideoFrame& decodedImage, // NOLINT
|
| + int64_t decode_time_ms,
|
| + int qp));
|
| MOCK_METHOD1(ReceivedDecodedReferenceFrame,
|
| int32_t(const uint64_t pictureId));
|
| MOCK_METHOD1(ReceivedDecodedFrame, int32_t(const uint64_t pictureId));
|
|
|