| Index: third_party/WebKit/Source/platform/PlatformGestureEvent.h
|
| diff --git a/third_party/WebKit/Source/platform/PlatformGestureEvent.h b/third_party/WebKit/Source/platform/PlatformGestureEvent.h
|
| index a9a10720a8b9920b813bcd628005e0d8a2966545..350fe9ebdbd0a19cecd856d2b4ab704d5a16f2f8 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformGestureEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformGestureEvent.h
|
| @@ -51,7 +51,7 @@ public:
|
| memset(&m_data, 0, sizeof(m_data));
|
| }
|
|
|
| - PlatformGestureEvent(Type type, const IntPoint& position,
|
| + PlatformGestureEvent(EventType type, const IntPoint& position,
|
| const IntPoint& globalPosition, const IntSize& area, double timestamp,
|
| PlatformEvent::Modifiers modifiers, PlatformGestureSource source)
|
| : PlatformEvent(type, modifiers, timestamp)
|
|
|