| Index: views/widget/native_widget_aura.cc
|
| diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc
|
| index 91b81c790e6733e0a0b1697a35f837876f506d6b..ed5c2fa974b9682c8a19eea8337029d912694184 100644
|
| --- a/views/widget/native_widget_aura.cc
|
| +++ b/views/widget/native_widget_aura.cc
|
| @@ -398,7 +398,7 @@ gfx::Rect NativeWidgetAura::GetWorkAreaBoundsInScreen() const {
|
| // NativeWidgetAura, views::InputMethodDelegate implementation:
|
|
|
| void NativeWidgetAura::DispatchKeyEventPostIME(const KeyEvent& key) {
|
| - NOTIMPLEMENTED();
|
| + delegate_->OnKeyEvent(key);
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|