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_); |