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

Unified Diff: content/renderer/media_recorder/video_track_recorder_unittest.cc

Issue 2793303003: Refactor VideoTrackRecorder into smaller classes (Closed)
Patch Set: Created 3 years, 8 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: content/renderer/media_recorder/video_track_recorder_unittest.cc
diff --git a/content/renderer/media_recorder/video_track_recorder_unittest.cc b/content/renderer/media_recorder/video_track_recorder_unittest.cc
index d10defbb62ec93a0681b8dd9d8582e977a7092b9..9e47e0445758f3ff8f1b9a9bfe7a4ef98a8212a9 100644
--- a/content/renderer/media_recorder/video_track_recorder_unittest.cc
+++ b/content/renderer/media_recorder/video_track_recorder_unittest.cc
@@ -120,7 +120,7 @@ class VideoTrackRecorderTest
}
bool CanEncodeAlphaChannel() {
- return video_track_recorder_->CanEncodeAlphaChannelForTesting();
+ return video_track_recorder_->encoder_->CanEncodeAlphaChannel();
}
// A ChildProcess and a MessageLoopForUI are both needed to fool the Tracks

Powered by Google App Engine
This is Rietveld 408576698