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

Unified Diff: remoting/host/desktop_session_agent.h

Issue 14305004: Simplify ScreenCapturer interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/chromoting_messages.h ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_agent.h
diff --git a/remoting/host/desktop_session_agent.h b/remoting/host/desktop_session_agent.h
index b213809b5d1b4936f52da93e922a26e9c4c5941e..7e6126f259d9098b9385d93ec72923af4bcc87b8 100644
--- a/remoting/host/desktop_session_agent.h
+++ b/remoting/host/desktop_session_agent.h
@@ -131,9 +131,6 @@ class DesktopSessionAgent
// Handles CaptureFrame requests from the client.
void OnCaptureFrame();
- // Handles InvalidateRegion requests from the client.
- void OnInvalidateRegion(const std::vector<SkIRect>& invalid_rects);
-
// Handles SharedBufferCreated notification from the client.
void OnSharedBufferCreated(int id);
« no previous file with comments | « remoting/host/chromoting_messages.h ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698