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

Unified Diff: remoting/host/video_frame_capturer.h

Issue 10799013: Removing unused and private methods remoting::Capturer interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 5 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/host/screen_recorder_unittest.cc ('k') | remoting/host/video_frame_capturer_fake.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/video_frame_capturer.h
diff --git a/remoting/host/video_frame_capturer.h b/remoting/host/video_frame_capturer.h
index d5f8c5abaa7e55b8a49ca709d1c6155d096eba32..57f3a86e5cb77b4286fa9550f8a547dd85be7e6a 100644
--- a/remoting/host/video_frame_capturer.h
+++ b/remoting/host/video_frame_capturer.h
@@ -86,25 +86,12 @@ class VideoFrameCapturer {
// Called at the end of a capturing session.
virtual void Stop() = 0;
- // Called when the screen configuration is changed.
- virtual void ScreenConfigurationChanged() = 0;
-
// Return the pixel format of the screen.
virtual media::VideoFrame::Format pixel_format() const = 0;
- // Clear out the invalid region.
- virtual void ClearInvalidRegion() = 0;
-
// Invalidate the specified region.
virtual void InvalidateRegion(const SkRegion& invalid_region) = 0;
- // Invalidate the entire screen, of a given size.
- virtual void InvalidateScreen(const SkISize& size) = 0;
-
- // Invalidate the entire screen, using the size of the most recently
- // captured screen.
- virtual void InvalidateFullScreen() = 0;
-
// Capture the screen data associated with each of the accumulated
// dirty region.
// When the capture is complete, |callback| is called even if the dirty region
« no previous file with comments | « remoting/host/screen_recorder_unittest.cc ('k') | remoting/host/video_frame_capturer_fake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698