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

Unified Diff: remoting/protocol/input_stub.h

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/protocol/input_filter.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/input_stub.h
diff --git a/remoting/protocol/input_stub.h b/remoting/protocol/input_stub.h
index b60dacf42cfd1cff131a3af2fdc9efb993f8408f..4277713c95f450663e230fc0674bf1805a092a80 100644
--- a/remoting/protocol/input_stub.h
+++ b/remoting/protocol/input_stub.h
@@ -16,6 +16,7 @@ namespace protocol {
class KeyEvent;
class TextEvent;
class MouseEvent;
+class TouchEvent;
class InputStub {
public:
@@ -27,6 +28,7 @@ class InputStub {
virtual void InjectKeyEvent(const KeyEvent& event) = 0;
virtual void InjectTextEvent(const TextEvent& event) = 0;
virtual void InjectMouseEvent(const MouseEvent& event) = 0;
+ virtual void InjectTouchEvent(const TouchEvent& event) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(InputStub);
« no previous file with comments | « remoting/protocol/input_filter.cc ('k') | remoting/protocol/protocol_mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698