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

Unified Diff: remoting/capturer/video_frame_capturer_win.cc

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_frame_capturer_mac.mm ('k') | remoting/host/desktop_session_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/video_frame_capturer_win.cc
diff --git a/remoting/capturer/video_frame_capturer_win.cc b/remoting/capturer/video_frame_capturer_win.cc
index d39ee649ed70a02ca47e74dae53baa8cc443f8f4..59e978c517ba515c370fb15ac78c7c1511726ce3 100644
--- a/remoting/capturer/video_frame_capturer_win.cc
+++ b/remoting/capturer/video_frame_capturer_win.cc
@@ -86,7 +86,6 @@ class VideoFrameCapturerWin : 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:
// Make sure that the device contexts match the screen configuration.
@@ -275,10 +274,6 @@ void VideoFrameCapturerWin::CaptureFrame() {
CaptureCursor();
}
-const SkISize& VideoFrameCapturerWin::size_most_recent() const {
- return helper_.size_most_recent();
-}
-
void VideoFrameCapturerWin::Start(Delegate* delegate) {
DCHECK(delegate_ == NULL);
« no previous file with comments | « remoting/capturer/video_frame_capturer_mac.mm ('k') | remoting/host/desktop_session_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698