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

Unified Diff: remoting/proto/internal.proto

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/proto/event.proto ('k') | remoting/protocol/client_event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/internal.proto
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index 482d9faaf781b02081f42144dfd7055ec879baf8..3041646fe991b324838c46a7ea5c508510216342 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -35,4 +35,5 @@ message EventMessage {
optional KeyEvent key_event = 3;
optional MouseEvent mouse_event = 4;
optional TextEvent text_event = 5;
+ optional TouchEvent touch_event = 6;
}
« no previous file with comments | « remoting/proto/event.proto ('k') | remoting/protocol/client_event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698