summaryrefslogtreecommitdiffstats
path: root/remoting/host/screen_recorder_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/screen_recorder_unittest.cc')
-rw-r--r--remoting/host/screen_recorder_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc
index 3457444..b7d6b3b 100644
--- a/remoting/host/screen_recorder_unittest.cc
+++ b/remoting/host/screen_recorder_unittest.cc
@@ -128,7 +128,7 @@ TEST_F(ScreenRecorderTest, StartAndStop) {
planes.strides[i] = kWidth * 4;
}
- Expectation capturer_start = EXPECT_CALL(capturer_, Start());
+ Expectation capturer_start = EXPECT_CALL(capturer_, Start(_));
SkISize size(SkISize::Make(kWidth, kHeight));
scoped_refptr<CaptureData> data(new CaptureData(planes, size, kFormat));