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