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(); |