Chromium Code Reviews| Index: Source/web/WebViewImpl.cpp |
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
| index 12e302b8b53867edea66e1acfffc8f5c8f56f128..7df630267a41a555e94ebaeb5165377f3cadf9ba 100644 |
| --- a/Source/web/WebViewImpl.cpp |
| +++ b/Source/web/WebViewImpl.cpp |
| @@ -1001,6 +1001,7 @@ bool WebViewImpl::handleKeyEvent(const WebKeyboardEvent& event) |
| LocalFrame* frame = toLocalFrame(focusedFrame.get()); |
| PlatformKeyboardEventBuilder evt(event); |
| + evt.setKeyboardEventDOMCodeValue(m_client->keyboardDOMCodeValue(evt.nativeVirtualKeyCode())); |
|
kpschoedel
2014/12/02 17:00:52
This uses WebKeyboardEvent.nativeKeyCode, which co
|
| if (frame->eventHandler().keyEvent(evt)) { |
| if (WebInputEvent::RawKeyDown == event.type) { |