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