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

Unified Diff: remoting/host/fake_desktop_environment.cc

Issue 799233004: Add touch events to the protocol, the stub layer, and to the client plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 10 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/fake_desktop_environment.h ('k') | remoting/host/host_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_desktop_environment.cc
diff --git a/remoting/host/fake_desktop_environment.cc b/remoting/host/fake_desktop_environment.cc
index 7f84b6e15f551d5d32437750e323d0f9166a0b4b..bff63233c46bd7666e746c85a12787121ad042b9 100644
--- a/remoting/host/fake_desktop_environment.cc
+++ b/remoting/host/fake_desktop_environment.cc
@@ -27,6 +27,9 @@ void FakeInputInjector::InjectTextEvent(const protocol::TextEvent& event) {
void FakeInputInjector::InjectMouseEvent(const protocol::MouseEvent& event) {
}
+void FakeInputInjector::InjectTouchEvent(const protocol::TouchEvent& event) {
+}
+
void FakeInputInjector::InjectClipboardEvent(
const protocol::ClipboardEvent& event) {
}
« no previous file with comments | « remoting/host/fake_desktop_environment.h ('k') | remoting/host/host_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698