| Index: public/web/WebInputEvent.h
|
| diff --git a/public/web/WebInputEvent.h b/public/web/WebInputEvent.h
|
| index b34790c681f2a6e3499a56990b7c9b2e41545d80..248e3d107b03b7112365499a279e921c8ea20337 100644
|
| --- a/public/web/WebInputEvent.h
|
| +++ b/public/web/WebInputEvent.h
|
| @@ -294,9 +294,6 @@ public:
|
| // Sets keyIdentifier based on the value of windowsKeyCode. This is
|
| // handy for generating synthetic keyboard events.
|
| BLINK_EXPORT void setKeyIdentifierFromWindowsKeyCode();
|
| -
|
| - static int windowsKeyCodeWithoutLocation(int keycode);
|
| - static int locationModifiersFromWindowsKeyCode(int keycode);
|
| };
|
|
|
| // WebMouseEvent --------------------------------------------------------------
|
|
|