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

Unified Diff: webrtc/modules/desktop_capture/screen_capturer_unittest.cc

Issue 2319383002: Several minor changes to ScreenCapturerWinMagnifier (Closed)
Patch Set: Created 4 years, 3 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: webrtc/modules/desktop_capture/screen_capturer_unittest.cc
diff --git a/webrtc/modules/desktop_capture/screen_capturer_unittest.cc b/webrtc/modules/desktop_capture/screen_capturer_unittest.cc
index 0236e3b6683193f16e6f3645a6f60063fc2b651f..753b02f8107a16eadcc54a4cb795a6c856f4e49e 100644
--- a/webrtc/modules/desktop_capture/screen_capturer_unittest.cc
+++ b/webrtc/modules/desktop_capture/screen_capturer_unittest.cc
@@ -375,6 +375,13 @@ TEST_F(ScreenCapturerTest, DISABLED_TwoDirectxCapturers) {
// Disabled due to being flaky due to the fact that it useds rendering / UI,
// see webrtc/6366.
+TEST_F(ScreenCapturerTest, DISABLED_CaptureUpdatedRegionWithMagnifierCapturer) {
+ CreateMagnifierCapturer();
+ TestCaptureUpdatedRegion();
+}
+
+// Disabled due to being flaky due to the fact that it useds rendering / UI,
Sergey Ulanov 2016/09/19 20:53:18 typo: useds
Hzj_jie 2016/09/19 22:05:23 Ah, yes, all updated.
+// see webrtc/6366.
TEST_F(ScreenCapturerTest, DISABLED_TwoMagnifierCapturers) {
CreateMagnifierCapturer();
std::unique_ptr<ScreenCapturer> capturer2 = std::move(capturer_);

Powered by Google App Engine
This is Rietveld 408576698