diff options
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_engine_interface.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_engine_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h index c6b0655..4fba077 100644 --- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h +++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h @@ -186,6 +186,10 @@ class InputMethodEngineInterface : public IBusEngineHandlerInterface { virtual bool CommitText(int context_id, const char* text, std::string* error) = 0; + // Send the sequence of key events. + virtual bool SendKeyEvents(int context_id, + const std::vector<KeyboardEvent>& events) = 0; + // This function returns the current property of the candidate window. // The caller can use the returned value as the default property and // modify some of specified items. |