| Index: branches/1916/src/ui/base/ime/input_method_auralinux.cc
|
| ===================================================================
|
| --- branches/1916/src/ui/base/ime/input_method_auralinux.cc (revision 266977)
|
| +++ branches/1916/src/ui/base/ime/input_method_auralinux.cc (working copy)
|
| @@ -56,8 +56,7 @@
|
|
|
| // Let an IME handle the key event first.
|
| if (input_method_context_->DispatchKeyEvent(event)) {
|
| - if (event.type() == ET_KEY_PRESSED &&
|
| - (event.flags() & ui::EF_IME_FABRICATED_KEY) == 0) {
|
| + if (event.type() == ET_KEY_PRESSED) {
|
| const ui::KeyEvent fabricated_event(ET_KEY_PRESSED,
|
| VKEY_PROCESSKEY,
|
| event.flags(),
|
|
|