| Index: content/browser/renderer_host/input/web_input_event_util.cc
|
| diff --git a/content/browser/renderer_host/input/web_input_event_util.cc b/content/browser/renderer_host/input/web_input_event_util.cc
|
| index ab4880739f248ff9d3fc83650c669eb83bebb351..5de6ed44c9b97eb2fb3e3225f2a83e2a3b8a5365 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util.cc
|
| +++ b/content/browser/renderer_host/input/web_input_event_util.cc
|
| @@ -182,6 +182,8 @@
|
| flags |= ui::EF_CAPS_LOCK_DOWN;
|
| if (modifiers & blink::WebInputEvent::IsAutoRepeat)
|
| flags |= ui::EF_IS_REPEAT;
|
| + if (modifiers & blink::WebInputEvent::IsKeyPad)
|
| + flags |= ui::EF_NUMPAD_KEY;
|
|
|
| return flags;
|
| }
|
|
|