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

Unified Diff: remoting/host/input_injector.h

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change setter to public and add license header Created 5 years, 6 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 | « remoting/host/desktop_session_proxy.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.h
diff --git a/remoting/host/input_injector.h b/remoting/host/input_injector.h
index ec3078c72f865449795a484fee35993fd63a2b1c..99a7ddee4693e46d4afd48971f5580f6ef2ab379 100644
--- a/remoting/host/input_injector.h
+++ b/remoting/host/input_injector.h
@@ -28,6 +28,10 @@ class InputInjector : public protocol::ClipboardStub,
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner);
+ // Returns true if the InputInjector returned by Create() supports
+ // InjectTouchEvent() on this platform.
+ static bool SupportsTouchEvents();
+
// Initialises any objects needed to execute events.
virtual void Start(
scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
« no previous file with comments | « remoting/host/desktop_session_proxy.cc ('k') | remoting/host/input_injector_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698