| Index: ui/views/focus/focus_manager.cc
|
| diff --git a/ui/views/focus/focus_manager.cc b/ui/views/focus/focus_manager.cc
|
| index b4bbd17cba9081be0fea01481b4bb9e41b0d2bdc..4aa36ad4d6ba60f0ea2510d49249857813869f24 100644
|
| --- a/ui/views/focus/focus_manager.cc
|
| +++ b/ui/views/focus/focus_manager.cc
|
| @@ -68,6 +68,7 @@ bool FocusManager::OnKeyEvent(const ui::KeyEvent& event) {
|
| modifiers |= ui::EF_ALT_DOWN;
|
| ui::Accelerator accelerator(event.key_code(), modifiers);
|
| accelerator.set_type(event.type());
|
| + accelerator.set_is_repeat(event.IsRepeat());
|
|
|
| if (event.type() == ui::ET_KEY_PRESSED) {
|
| // If the focused view wants to process the key event as is, let it be.
|
|
|