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

Unified Diff: remoting/host/input_injector_win.cc

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
Index: remoting/host/input_injector_win.cc
diff --git a/remoting/host/input_injector_win.cc b/remoting/host/input_injector_win.cc
index c40e1508fcc85814d7f00cfc44b6e29baabcf241..d7eca5da6215e1da0cb47d50ad3b29599e3fdbe8 100644
--- a/remoting/host/input_injector_win.cc
+++ b/remoting/host/input_injector_win.cc
@@ -329,4 +329,11 @@ scoped_ptr<InputInjector> InputInjector::Create(
new InputInjectorWin(main_task_runner, ui_task_runner));
}
+scoped_ptr<InputInjector> Create(
+ scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
+ scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
+ webrtc::WindowId windowId,
+ bool enable_window_capture) {
+}
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698