| Index: content/browser/renderer_host/input/web_input_event_util.h
|
| diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h
|
| index a05a929ba071eeea671cb17bd12b67f1682d2740..812a2274a3b814ff2adb45320deca6a8ba309d2a 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_util.h
|
| @@ -19,12 +19,6 @@ class MotionEvent;
|
|
|
| namespace content {
|
|
|
| -// Update |event|'s windowsKeyCode and keyIdentifer properties using the
|
| -// provided |windows_key_code|.
|
| -CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier(
|
| - blink::WebKeyboardEvent* event,
|
| - ui::KeyboardCode windows_key_code);
|
| -
|
| int WebEventModifiersToEventFlags(int modifiers);
|
|
|
| blink::WebInputEvent::Modifiers DomCodeToWebInputEventModifiers(
|
|
|