Index: ui/base/ime/input_method_chromeos.h |
diff --git a/ui/base/ime/input_method_chromeos.h b/ui/base/ime/input_method_chromeos.h |
index 3c4794be11ef2622491d0b999feb08af2565b399..367507562543576edc48357c73f2d4dadcff6e01 100644 |
--- a/ui/base/ime/input_method_chromeos.h |
+++ b/ui/base/ime/input_method_chromeos.h |
@@ -88,6 +88,10 @@ class UI_BASE_EXPORT InputMethodChromeOS |
// Checks if there is pending input method result. |
bool HasInputMethodResult() const; |
+ // Sends a fake key event with VKEY_PROCESSKEY key code and dispatches it to |
Yuki
2014/05/28 06:04:19
Could you update this comment?
Shu Chen
2014/05/28 06:59:50
Done.
|
+ // the focused View. |
+ void SendFakeProcessKeyEvent(bool pressed) const; |
+ |
// Abandons all pending key events. It usually happends when we lose keyboard |
// focus, the text input type is changed or we are destroyed. |
void AbandonAllPendingKeyEvents(); |