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

Unified Diff: remoting/host/input_injector_chromeos.h

Issue 756643006: Remote assistance on Chrome OS Part IX - Input injection on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Ozone_input_injection
Patch Set: Address feedback (wez) Created 6 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/chromeos/point_transformer.cc ('k') | remoting/host/input_injector_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/input_injector_chromeos.h
diff --git a/remoting/host/input_injector_chromeos.h b/remoting/host/input_injector_chromeos.h
index 7670591af622667c6b31e59e011d8315aed5ed04..454cf1d99ce71337bd09ecf146fcf81a0d8a172c 100644
--- a/remoting/host/input_injector_chromeos.h
+++ b/remoting/host/input_injector_chromeos.h
@@ -31,8 +31,11 @@ class InputInjectorChromeos : public InputInjector {
void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) override;
private:
+ class Core;
+
// Task runner for input injection.
scoped_refptr<base::SingleThreadTaskRunner> input_task_runner_;
+ scoped_ptr<Core> core_;
DISALLOW_COPY_AND_ASSIGN(InputInjectorChromeos);
};
« no previous file with comments | « remoting/host/chromeos/point_transformer.cc ('k') | remoting/host/input_injector_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698