| Index: remoting/capturer/video_frame_capturer_fake.h
|
| diff --git a/remoting/capturer/video_frame_capturer_fake.h b/remoting/capturer/video_frame_capturer_fake.h
|
| index 0547796591a9681a3d4712a7441da4896f461d88..b116967068942585c032fa464a3d1cef88fc8073 100644
|
| --- a/remoting/capturer/video_frame_capturer_fake.h
|
| +++ b/remoting/capturer/video_frame_capturer_fake.h
|
| @@ -29,7 +29,6 @@ class VideoFrameCapturerFake : public VideoFrameCapturer {
|
| virtual void Stop() OVERRIDE;
|
| virtual void InvalidateRegion(const SkRegion& invalid_region) OVERRIDE;
|
| virtual void CaptureFrame() OVERRIDE;
|
| - virtual const SkISize& size_most_recent() const OVERRIDE;
|
|
|
| private:
|
| // Generates an image in the front buffer.
|
|
|