| Index: media/cast/test/end2end_unittest.cc
|
| diff --git a/media/cast/test/end2end_unittest.cc b/media/cast/test/end2end_unittest.cc
|
| index 15fdf7423582b042e3105cad2abc36db5e7e0774..4b3bbba9b77f8c631a728d34bc6e6f7b5f9da92c 100644
|
| --- a/media/cast/test/end2end_unittest.cc
|
| +++ b/media/cast/test/end2end_unittest.cc
|
| @@ -656,8 +656,9 @@ class End2EndTest : public ::testing::Test {
|
| // since the video clock may not be the same as the reference clock.
|
| const base::TimeDelta time_diff = reference_time - start_time_;
|
| const gfx::Size size(kVideoHdWidth, kVideoHdHeight);
|
| - EXPECT_TRUE(VideoFrame::IsValidConfig(
|
| - VideoFrame::I420, size, gfx::Rect(size), size));
|
| + EXPECT_TRUE(VideoFrame::IsValidConfig(VideoFrame::I420,
|
| + VideoFrame::STORAGE_UNKNOWN, size,
|
| + gfx::Rect(size), size));
|
| scoped_refptr<media::VideoFrame> video_frame =
|
| media::VideoFrame::CreateFrame(
|
| VideoFrame::I420, size, gfx::Rect(size), size,
|
|
|