Chromium Code Reviews| Index: chrome/browser/chromeos/input_method/input_method_engine_interface.h |
| 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 67a972cab03238b7c81eebea42c946ac9572c77c..ec01921026da7b6070ceee657d42df34a68f397f 100644 |
| --- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
| @@ -9,6 +9,7 @@ |
| #include <vector> |
| #include "ui/base/ime/chromeos/ime_bridge.h" |
| +#include "ui/events/keycodes/keyboard_codes.h" |
|
Seigo Nonaka
2014/06/20 03:16:02
nit: Do you need this header in header file? If no
Shu Chen
2014/06/20 06:11:58
Done.
|
| class GURL; |
| @@ -30,6 +31,7 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface { |
| std::string type; |
| std::string key; |
| std::string code; |
| + int key_code; // only used by on-screen keyboards. |
| std::string extension_id; |
| bool alt_key; |
| bool ctrl_key; |