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

Unified Diff: remoting/host/fake_desktop_environment.cc

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/fake_desktop_environment.cc
diff --git a/remoting/host/fake_desktop_environment.cc b/remoting/host/fake_desktop_environment.cc
index bff63233c46bd7666e746c85a12787121ad042b9..2e88084f583986f5180e827980f49eeaecbe0b86 100644
--- a/remoting/host/fake_desktop_environment.cc
+++ b/remoting/host/fake_desktop_environment.cc
@@ -34,6 +34,10 @@ void FakeInputInjector::InjectClipboardEvent(
const protocol::ClipboardEvent& event) {
}
+bool FakeInputInjector::CanInjectTouch() {
+ return false;
+}
+
FakeScreenControls::FakeScreenControls() {}
FakeScreenControls::~FakeScreenControls() {}

Powered by Google App Engine
This is Rietveld 408576698