| Index: remoting/host/host_mock_objects.h
|
| diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
|
| index ce6527325c4bde9e502dc904f1f032f44c8dd342..b249e5542cbcf13d51bfe28a38e5958e4787df7f 100644
|
| --- a/remoting/host/host_mock_objects.h
|
| +++ b/remoting/host/host_mock_objects.h
|
| @@ -24,7 +24,7 @@ class MockCapturer : public Capturer {
|
| MockCapturer();
|
| virtual ~MockCapturer();
|
|
|
| - MOCK_METHOD0(Start, void());
|
| + MOCK_METHOD1(Start, void(const CursorShapeChangedCallback& callback));
|
| MOCK_METHOD0(Stop, void());
|
| MOCK_METHOD0(ScreenConfigurationChanged, void());
|
| MOCK_CONST_METHOD0(pixel_format, media::VideoFrame::Format());
|
|
|