| Index: ui/base/ime/dummy_input_method.cc
|
| diff --git a/ui/base/ime/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc
|
| index b35313dc32cf4088ac4fea874f6ba1782e63d888..e36002671b7c9c2459c276901fde0aad5f194adb 100644
|
| --- a/ui/base/ime/dummy_input_method.cc
|
| +++ b/ui/base/ime/dummy_input_method.cc
|
| @@ -39,7 +39,7 @@ TextInputClient* DummyInputMethod::GetTextInputClient() const {
|
| return NULL;
|
| }
|
|
|
| -bool DummyInputMethod::DispatchKeyEvent(const base::NativeEvent& event) {
|
| +bool DummyInputMethod::DispatchKeyEvent(const ui::KeyEvent& event) {
|
| return false;
|
| }
|
|
|
| @@ -94,4 +94,3 @@ void DummyInputMethod::RemoveObserver(InputMethodObserver* observer) {
|
| }
|
|
|
| } // namespace ui
|
| -
|
|
|