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

Unified Diff: remoting/capturer/video_frame_capturer_linux.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_fake.cc ('k') | remoting/capturer/video_frame_capturer_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/video_frame_capturer_linux.cc
diff --git a/remoting/capturer/video_frame_capturer_linux.cc b/remoting/capturer/video_frame_capturer_linux.cc
index c3f33af2bc2f3573d26b79c7b8d24a2371a52636..edfa1a436a8ccc143fe1dda9a079b7723326a960 100644
--- a/remoting/capturer/video_frame_capturer_linux.cc
+++ b/remoting/capturer/video_frame_capturer_linux.cc
@@ -62,7 +62,6 @@ class VideoFrameCapturerLinux : 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:
void InitXDamage();
@@ -589,10 +588,6 @@ void VideoFrameCapturerLinux::SlowBlit(uint8* image, const SkIRect& rect,
}
}
-const SkISize& VideoFrameCapturerLinux::size_most_recent() const {
- return helper_.size_most_recent();
-}
-
} // namespace
// static
« no previous file with comments | « remoting/capturer/video_frame_capturer_fake.cc ('k') | remoting/capturer/video_frame_capturer_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698