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

Unified Diff: remoting/host/desktop_session_win.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_proxy.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_win.h
diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h
index 51d229bfaee279c6c7fc3f551d1d5f0809611d30..d4c6d715050c0bf3ce6788a0887f2ea085338923 100644
--- a/remoting/host/desktop_session_win.h
+++ b/remoting/host/desktop_session_win.h
@@ -27,7 +27,7 @@ namespace remoting {
class AutoThreadTaskRunner;
class DaemonProcess;
class DesktopSession;
-struct DesktopSessionParams;
+class ScreenResolution;
class WorkerProcessLauncher;
class WtsTerminalMonitor;
@@ -46,7 +46,7 @@ class DesktopSessionWin
scoped_refptr<AutoThreadTaskRunner> io_task_runner,
DaemonProcess* daemon_process,
int id,
- const DesktopSessionParams& params);
+ const ScreenResolution& resolution);
// Creates a desktop session instance that attaches to a virtual console.
static scoped_ptr<DesktopSession> CreateForVirtualTerminal(
@@ -54,7 +54,7 @@ class DesktopSessionWin
scoped_refptr<AutoThreadTaskRunner> io_task_runner,
DaemonProcess* daemon_process,
int id,
- const DesktopSessionParams& params);
+ const ScreenResolution& resolution);
protected:
// Passes the owning |daemon_process|, a unique identifier of the desktop
« no previous file with comments | « remoting/host/desktop_session_proxy.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698