summaryrefslogtreecommitdiffstats
path: root/remoting/capturer/video_frame_capturer.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/capturer/video_frame_capturer.h')
-rw-r--r--remoting/capturer/video_frame_capturer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/capturer/video_frame_capturer.h b/remoting/capturer/video_frame_capturer.h
index d126126..f16616b 100644
--- a/remoting/capturer/video_frame_capturer.h
+++ b/remoting/capturer/video_frame_capturer.h
@@ -107,9 +107,6 @@ class VideoFrameCapturer {
// data of the previous capture. There can be at most one concurrent read
// going on when this method is called.
virtual void CaptureFrame() = 0;
-
- // Get the size of the most recently captured screen.
- virtual const SkISize& size_most_recent() const = 0;
};
} // namespace remoting