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

Unified Diff: remoting/capturer/video_frame_capturer.h

Issue 11821004: Remove unused VideoFrameCapturer::size_most_recent() method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 7 years, 11 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
« no previous file with comments | « remoting/capturer/video_capturer_mock_objects.h ('k') | remoting/capturer/video_frame_capturer_fake.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/video_frame_capturer.h
diff --git a/remoting/capturer/video_frame_capturer.h b/remoting/capturer/video_frame_capturer.h
index d126126dedf41627f276c8a18db66bee5aac627b..f16616bc8085c9d867a5e5fa64dbfbe719715b03 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
« no previous file with comments | « remoting/capturer/video_capturer_mock_objects.h ('k') | remoting/capturer/video_frame_capturer_fake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698