diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 20:25:39 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-27 20:25:39 +0000 |
commit | 529bbd15cb37ed16f96efb0de94b8ccf73cd1787 (patch) | |
tree | 6b488f4cd318eaf553b90df389f3f325640cf7c8 /remoting/host/desktop_session_proxy.h | |
parent | 6e9def1ccf30f6747abc1597e8db10236fcb5e8a (diff) | |
download | chromium_src-529bbd15cb37ed16f96efb0de94b8ccf73cd1787.zip chromium_src-529bbd15cb37ed16f96efb0de94b8ccf73cd1787.tar.gz chromium_src-529bbd15cb37ed16f96efb0de94b8ccf73cd1787.tar.bz2 |
Add TextEvent message in the protocol
The new message will be used for non-keyboard input methods
and software keyboards.
BUG=270356
R=lambroslambrou@chromium.org, nasko@chromium.org
Review URL: https://codereview.chromium.org/197613004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/desktop_session_proxy.h')
-rw-r--r-- | remoting/host/desktop_session_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h index 14f3ff7..1414c61 100644 --- a/remoting/host/desktop_session_proxy.h +++ b/remoting/host/desktop_session_proxy.h @@ -112,6 +112,7 @@ class DesktopSessionProxy // APIs used to implement the InputInjector interface. void InjectClipboardEvent(const protocol::ClipboardEvent& event); void InjectKeyEvent(const protocol::KeyEvent& event); + void InjectTextEvent(const protocol::TextEvent& event); void InjectMouseEvent(const protocol::MouseEvent& event); void StartInputInjector(scoped_ptr<protocol::ClipboardStub> client_clipboard); |