| Index: content/renderer/media/webrtc/video_destination_handler_unittest.cc
|
| diff --git a/content/renderer/media/webrtc/video_destination_handler_unittest.cc b/content/renderer/media/webrtc/video_destination_handler_unittest.cc
|
| index 49e9cf7ebcd661087a4daa9ed2ed0acb125ef916..554c2ec28ac8b2053bdc88f894144c81d506349e 100644
|
| --- a/content/renderer/media/webrtc/video_destination_handler_unittest.cc
|
| +++ b/content/renderer/media/webrtc/video_destination_handler_unittest.cc
|
| @@ -94,7 +94,7 @@ TEST_F(VideoDestinationHandlerTest, PutFrame) {
|
|
|
| EXPECT_CALL(sink, OnVideoFrame()).WillOnce(
|
| RunClosure(quit_closure));
|
| - frame_writer->PutFrame(image, 10);
|
| + frame_writer->PutFrame(image.get(), 10);
|
| run_loop.Run();
|
| }
|
| // TODO(perkj): Verify that the track output I420 when
|
|
|