Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2410)

Unified Diff: cc/resources/video_resource_updater_unittest.cc

Issue 2763223003: Reland of cc: Don't use StreamVideoDrawQuad on any platform but Android. (Closed)
Patch Set: Address Dana's comments. Fix unittest. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698