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

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: 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
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..e9aa3d6106fd09f453bb4195eeddec6bf57cae28 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;
+struct 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

Powered by Google App Engine
This is Rietveld 408576698