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

Unified Diff: remoting/host/input_injector_chromeos.h

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: should fix mac build Created 5 years, 8 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_chromeos.h
diff --git a/remoting/host/input_injector_chromeos.h b/remoting/host/input_injector_chromeos.h
index 02320f829eb00a495592bac054c705acc32bb747..3a5b377b19dc5e659cb414813f0aca6e46de7d2c 100644
--- a/remoting/host/input_injector_chromeos.h
+++ b/remoting/host/input_injector_chromeos.h
@@ -30,6 +30,7 @@ class InputInjectorChromeos : public InputInjector {
// InputInjector interface.
void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) override;
+ bool CanInjectTouch() override;
private:
class Core;

Powered by Google App Engine
This is Rietveld 408576698