| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 8f8ca8444e13102b3b8c81a8f059096fd023147c..74a9471ec33878124ce853f5fb99fa943dd8b382 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -1179,6 +1179,7 @@ WebInputEventResult WebFrameWidgetImpl::keyEventDefault(
|
| return scrollViewWithKeyboard(keyCode, event.modifiers);
|
| }
|
| break;
|
| + case WebInputEvent::KeyDown:
|
| case WebInputEvent::RawKeyDown:
|
| if (event.modifiers == WebInputEvent::ControlKey) {
|
| switch (event.windowsKeyCode) {
|
|
|