Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: third_party/WebKit/Source/platform/PlatformEvent.h

Issue 2290313002: Remove PlatformKeyboardEvent (Closed)
Patch Set: One more fix Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698