diff options
Diffstat (limited to 'views/focus/accelerator_handler_touch.cc')
-rw-r--r-- | views/focus/accelerator_handler_touch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/accelerator_handler_touch.cc b/views/focus/accelerator_handler_touch.cc index 716cb29..4981bc4 100644 --- a/views/focus/accelerator_handler_touch.cc +++ b/views/focus/accelerator_handler_touch.cc @@ -186,7 +186,7 @@ bool DispatchXEvent(XEvent* xev) { ime->DispatchKeyEvent(keyev); return true; } - return root->ProcessKeyEvent(keyev); + return widget->OnKeyEvent(keyev); } case ButtonPress: |