| Index: ui/aura/remote_window_tree_host_win.h
|
| diff --git a/ui/aura/remote_window_tree_host_win.h b/ui/aura/remote_window_tree_host_win.h
|
| index f0ff36203c8cc95955d991f18fae86756f8365cf..4614fd6e8aa46ebde1dd56dc5a860297939b3ec0 100644
|
| --- a/ui/aura/remote_window_tree_host_win.h
|
| +++ b/ui/aura/remote_window_tree_host_win.h
|
| @@ -168,7 +168,7 @@ class AURA_EXPORT RemoteWindowTreeHostWin
|
|
|
| uint32_t key_event_flags() const {
|
| return event_flags_ & (ui::EF_SHIFT_DOWN | ui::EF_CONTROL_DOWN |
|
| - ui::EF_ALT_DOWN | ui::EF_CAPS_LOCK_DOWN);
|
| + ui::EF_ALT_DOWN | ui::EF_CAPS_LOCK_ON);
|
| }
|
|
|
| HWND remote_window_;
|
|
|