| Index: cc/resources/video_resource_updater_unittest.cc
|
| diff --git a/cc/resources/video_resource_updater_unittest.cc b/cc/resources/video_resource_updater_unittest.cc
|
| index dcb72e349d36e13978afa93c69ce7b21ad434eca..af1cea4b6d5c897c3410a79398da41648b1b21a7 100644
|
| --- a/cc/resources/video_resource_updater_unittest.cc
|
| +++ b/cc/resources/video_resource_updater_unittest.cc
|
| @@ -67,18 +67,5 @@ TEST_F(VideoResourceUpdaterTest, SoftwareFrame) {
|
| EXPECT_EQ(VideoFrameExternalResources::YUV_RESOURCE, resources.type);
|
| }
|
|
|
| -TEST_F(VideoResourceUpdaterTest, LostContextForSoftwareFrame) {
|
| - VideoResourceUpdater updater(output_surface3d_->context_provider().get(),
|
| - resource_provider3d_.get());
|
| - scoped_refptr<media::VideoFrame> video_frame = CreateTestYUVVideoFrame();
|
| -
|
| - // Fail while creating the mailbox for the second YUV plane.
|
| - context3d_->set_times_gen_mailbox_succeeds(1);
|
| -
|
| - VideoFrameExternalResources resources =
|
| - updater.CreateExternalResourcesFromVideoFrame(video_frame);
|
| - EXPECT_EQ(VideoFrameExternalResources::NONE, resources.type);
|
| -}
|
| -
|
| } // namespace
|
| } // namespace cc
|
|
|