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 d8c09cb4a7e98f36ab278a321eaf7091cd3b0241..21ab74ce7f883fc1a66250ff7e39d1ff25690c19 100644 |
--- a/third_party/WebKit/Source/platform/PlatformEvent.h |
+++ b/third_party/WebKit/Source/platform/PlatformEvent.h |
@@ -36,12 +36,6 @@ class PlatformEvent { |
public: |
enum EventType { |
NoType = 0, |
- |
- // PlatformMouseEvent |
- MouseMoved, |
- MousePressed, |
- MouseReleased, |
- MouseScroll, |
}; |
// These values are direct mappings of the values in WebInputEvent so the |