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

Unified Diff: remoting/host/desktop_session_proxy.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_proxy.h
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index e484e44222d4a65bf4a901c242d5d5847e8c539d..4b83e9aad57ce5f2c32e29613e8e4337e7f247cf 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -39,10 +39,10 @@ namespace remoting {
class AudioPacket;
class ClientSession;
class DesktopSessionConnector;
-struct DesktopSessionParams;
struct DesktopSessionProxyTraits;
class IpcAudioCapturer;
class IpcVideoFrameCapturer;
+struct ScreenResolution;
class SessionController;
// DesktopSessionProxy is created by an owning DesktopEnvironment to route
@@ -122,6 +122,9 @@ class DesktopSessionProxy
void InjectMouseEvent(const protocol::MouseEvent& event);
void StartEventExecutor(scoped_ptr<protocol::ClipboardStub> client_clipboard);
+// API used to implement the SessionController interface.
Jamie 2013/03/15 22:06:27 Nit: indent
alexeypa (please no reviews) 2013/03/15 22:32:12 This code was removed.
+ void SetScreenResolution(const ScreenResolution& resolution);
+
private:
friend class base::DeleteHelper<DesktopSessionProxy>;
friend struct DesktopSessionProxyTraits;

Powered by Google App Engine
This is Rietveld 408576698