| Index: ui/base/ime/remote_input_method_win.cc
|
| diff --git a/ui/base/ime/remote_input_method_win.cc b/ui/base/ime/remote_input_method_win.cc
|
| index c8d66500a54933382ccaf42fdf713d6e29e3e384..9fad0adbd957c5e7ef7e673202bd6cc44cd2e911 100644
|
| --- a/ui/base/ime/remote_input_method_win.cc
|
| +++ b/ui/base/ime/remote_input_method_win.cc
|
| @@ -204,9 +204,7 @@ class RemoteInputMethodWin : public InputMethod,
|
| }
|
| if (!delegate_)
|
| return false;
|
| - return delegate_->DispatchFabricatedKeyEventPostIME(event.type(),
|
| - event.key_code(),
|
| - event.flags());
|
| + return delegate_->DispatchKeyEventPostIME(event);
|
| }
|
|
|
| virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE {
|
|
|