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

Unified Diff: remoting/host/desktop_environment.h

Issue 422503004: Adding ability to stream windows and inject events to them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uploaded to remove lint errors Created 6 years, 5 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 | « no previous file | remoting/host/host_main.cc » ('j') | remoting/host/host_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_environment.h
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h
index c289891293d3953cb1e064c1c4905806175edbb0..896b5885c4022be2e8019b08144c9f48de7c304e 100644
--- a/remoting/host/desktop_environment.h
+++ b/remoting/host/desktop_environment.h
@@ -12,13 +12,13 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
+#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
Lambros 2014/07/30 00:14:48 Undo this, and restore "class ScreenCapturer".
ronakvora do not use 2014/07/30 20:55:35 Done.
namespace base {
class SingleThreadTaskRunner;
} // namespace base
namespace webrtc {
-class ScreenCapturer;
} // namespace webrtc
namespace remoting {
« no previous file with comments | « no previous file | remoting/host/host_main.cc » ('j') | remoting/host/host_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698