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

Unified Diff: remoting/host/desktop_session_connector.h

Issue 12678008: Reworked the plumbing required to pass the client resolution to the desktop resizer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 7 years, 9 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/desktop_session.cc ('k') | remoting/host/desktop_session_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_connector.h
diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h
index 1d8b716fd5e9ce73a2a605629eb181926186daf0..65887817083ca820b2418e66dea860d5c8f7694b 100644
--- a/remoting/host/desktop_session_connector.h
+++ b/remoting/host/desktop_session_connector.h
@@ -12,7 +12,7 @@
namespace remoting {
class DesktopSessionProxy;
-struct DesktopSessionParams;
+class ScreenResolution;
// Provides a way to connect a terminal (i.e. a remote client) with a desktop
// session (i.e. the screen, keyboard and the rest).
@@ -27,7 +27,7 @@ class DesktopSessionConnector {
// can be deleted.
virtual void ConnectTerminal(
DesktopSessionProxy* desktop_session_proxy,
- const DesktopSessionParams& params,
+ const ScreenResolution& resolution,
bool virtual_terminal) = 0;
// Requests the daemon process disconnect |desktop_session_proxy| from
« no previous file with comments | « remoting/host/desktop_session.cc ('k') | remoting/host/desktop_session_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698