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

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
« no previous file with comments | « remoting/host/video_scheduler.h ('k') | remoting/host/win/rdp_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6761e9735f55ef8a8e6e055850ca4ec1cddf8993 100644
--- a/remoting/host/win/rdp_client.h
+++ b/remoting/host/win/rdp_client.h
@@ -11,11 +11,14 @@
#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;
-} // namespace
+} // namespace base
+
+namespace webrtc {
+class DesktopSize;
+} // namespace webrtc
namespace remoting {
@@ -37,7 +40,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();
« no previous file with comments | « remoting/host/video_scheduler.h ('k') | remoting/host/win/rdp_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698