Chromium Code Reviews| 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 4b54fbe759f3cfb2c014f880d73c6b21bc93418d..0abea3d18a1a2927594df237439cfb17e08e3a82 100644 |
| --- a/cc/resources/video_resource_updater_unittest.cc |
| +++ b/cc/resources/video_resource_updater_unittest.cc |
| @@ -483,7 +483,7 @@ TEST_F(VideoResourceUpdaterTest, CreateForHardwarePlanes) { |
| TEST_F(VideoResourceUpdaterTest, CreateForHardwarePlanes_StreamTexture) { |
| VideoResourceUpdater updater(context_provider_.get(), |
| - resource_provider3d_.get()); |
| + resource_provider3d_.get(), true); |
|
danakj
2017/03/28 15:44:13
nit: give the true a name either with a temp bool
Daniele Castagna
2017/03/29 20:38:18
Done.
|
| context3d_->ResetTextureCreationCount(); |
| scoped_refptr<media::VideoFrame> video_frame = |
| CreateTestStreamTextureHardwareVideoFrame(false); |