| 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
|
|
|