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

Unified Diff: remoting/host/desktop_session.cc

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.h ('k') | remoting/host/desktop_session_connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session.cc
diff --git a/remoting/host/desktop_session.cc b/remoting/host/desktop_session.cc
index e347cbe9ed7e25c5f6010efc70c518e3732dcd4f..c445387ec846b42b6619d06249ce6d8fd24c8796 100644
--- a/remoting/host/desktop_session.cc
+++ b/remoting/host/desktop_session.cc
@@ -9,11 +9,6 @@
namespace remoting {
-DesktopSessionParams::DesktopSessionParams()
- : client_dpi_(SkIPoint::Make(0, 0)),
- client_size_(SkISize::Make(0, 0)) {
-}
-
DesktopSession::~DesktopSession() {
}
« no previous file with comments | « remoting/host/desktop_session.h ('k') | remoting/host/desktop_session_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698