summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_session_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/desktop_session_proxy.h')
-rw-r--r--remoting/host/desktop_session_proxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index b39ecbb..14f3ff7 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -20,7 +20,6 @@
#include "remoting/host/screen_resolution.h"
#include "remoting/proto/event.pb.h"
#include "remoting/protocol/clipboard_stub.h"
-#include "third_party/skia/include/core/SkRegion.h"
#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
namespace base {
@@ -103,7 +102,6 @@ class DesktopSessionProxy
// APIs used to implement the webrtc::ScreenCapturer interface. These must be
// called on the |video_capture_task_runner_| thread.
- void InvalidateRegion(const SkRegion& invalid_region);
void CaptureFrame();
// Stores |video_capturer| to be used to post captured video frames. Called on