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

Unified Diff: remoting/host/win/rdp_client.h

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
Index: remoting/host/win/rdp_client.h
diff --git a/remoting/host/win/rdp_client.h b/remoting/host/win/rdp_client.h
index 22a3805f4fdcc4885980a381c9f8b0c2e740582e..77277c95a3ca2800c1b06a42454d5d794815ef8b 100644
--- a/remoting/host/win/rdp_client.h
+++ b/remoting/host/win/rdp_client.h
@@ -11,7 +11,6 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "third_party/skia/include/core/SkSize.h"
namespace base {
class SingleThreadTaskRunner;
@@ -37,7 +36,7 @@ class RdpClient : public base::NonThreadSafe {
RdpClient(
scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
- const SkISize& screen_size,
+ const webrtc::DesktopSize& screen_size,
const std::string& terminal_id,
EventHandler* event_handler);
virtual ~RdpClient();

Powered by Google App Engine
This is Rietveld 408576698