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

Unified Diff: remoting/host/win/rdp_client_window.cc

Issue 112453002: Remove dependency on skia from remoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/win/rdp_client_window.h ('k') | remoting/host/win/rdp_desktop_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/rdp_client_window.cc
diff --git a/remoting/host/win/rdp_client_window.cc b/remoting/host/win/rdp_client_window.cc
index 2404e1363df9d785449f28160401e4a15b24abba..fed7d0bb1269cf478f6e98500bc6ad47f4874efa 100644
--- a/remoting/host/win/rdp_client_window.cc
+++ b/remoting/host/win/rdp_client_window.cc
@@ -114,7 +114,6 @@ RdpClientWindow::RdpClientWindow(const net::IPEndPoint& server_endpoint,
const std::string& terminal_id,
EventHandler* event_handler)
: event_handler_(event_handler),
- screen_size_(SkISize::Make(0, 0)),
server_endpoint_(server_endpoint),
terminal_id_(terminal_id) {
}
@@ -127,7 +126,7 @@ RdpClientWindow::~RdpClientWindow() {
DCHECK(!client_settings_);
}
-bool RdpClientWindow::Connect(const SkISize& screen_size) {
+bool RdpClientWindow::Connect(const webrtc::DesktopSize& screen_size) {
DCHECK(!m_hWnd);
screen_size_ = screen_size;
« no previous file with comments | « remoting/host/win/rdp_client_window.h ('k') | remoting/host/win/rdp_desktop_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698