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