| Index: remoting/host/ipc_video_frame_capturer.h
|
| diff --git a/remoting/host/ipc_video_frame_capturer.h b/remoting/host/ipc_video_frame_capturer.h
|
| index fb8fa1b61c6c94bacde21351a5cf7a4fd32f3754..8d6b90ac231f4479c291d7f1ce9e5ed6d042cff0 100644
|
| --- a/remoting/host/ipc_video_frame_capturer.h
|
| +++ b/remoting/host/ipc_video_frame_capturer.h
|
| @@ -31,8 +31,6 @@ class IpcVideoFrameCapturer : public media::ScreenCapturer {
|
|
|
| // media::ScreenCapturer interface.
|
| virtual void Start(Delegate* delegate) OVERRIDE;
|
| - virtual void Stop() OVERRIDE;
|
| - virtual void InvalidateRegion(const SkRegion& invalid_region) OVERRIDE;
|
| virtual void CaptureFrame() OVERRIDE;
|
|
|
| // Called when a video frame has been captured. |capture_data| describes
|
|
|