| Index: third_party/WebKit/Source/platform/PlatformEvent.h
|
| diff --git a/third_party/WebKit/Source/platform/PlatformEvent.h b/third_party/WebKit/Source/platform/PlatformEvent.h
|
| index 05f6b2c5b1f2221e742f3e3480a01d8b3de09153..9a60dce432236401a5f5594e588413788314120a 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformEvent.h
|
| @@ -37,12 +37,6 @@ public:
|
| enum EventType {
|
| NoType = 0,
|
|
|
| - // PlatformKeyboardEvent
|
| - KeyDown,
|
| - KeyUp,
|
| - RawKeyDown,
|
| - Char,
|
| -
|
| // PlatformMouseEvent
|
| MouseMoved,
|
| MousePressed,
|
|
|