| Index: remoting/capturer/video_capturer_mock_objects.h
|
| diff --git a/remoting/capturer/video_capturer_mock_objects.h b/remoting/capturer/video_capturer_mock_objects.h
|
| index 5afd123385078ea5ffd7dd56f592bab451b340cb..f460c1f00f39e2bfaf405bcb74a6b2778f645c99 100644
|
| --- a/remoting/capturer/video_capturer_mock_objects.h
|
| +++ b/remoting/capturer/video_capturer_mock_objects.h
|
| @@ -21,7 +21,6 @@ class MockVideoFrameCapturer : public VideoFrameCapturer {
|
| MOCK_METHOD0(Stop, void());
|
| MOCK_METHOD1(InvalidateRegion, void(const SkRegion& invalid_region));
|
| MOCK_METHOD0(CaptureFrame, void());
|
| - MOCK_CONST_METHOD0(size_most_recent, const SkISize&());
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockVideoFrameCapturer);
|
|
|