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

Unified Diff: remoting/host/screen_recorder_unittest.cc

Issue 10382184: [Chromoting] Initial plumbing for cursor shape. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Call SetCursor only for native format images Created 8 years, 7 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: remoting/host/screen_recorder_unittest.cc
diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc
index b1b49eeb9fc6b9e84c134bb94280c1903d045cb5..ee8b4022608deab17f37d41cec29eb0e2d1bbe1d 100644
--- a/remoting/host/screen_recorder_unittest.cc
+++ b/remoting/host/screen_recorder_unittest.cc
@@ -127,7 +127,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));

Powered by Google App Engine
This is Rietveld 408576698