Index: third_party/WebKit/Source/core/events/GestureEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/GestureEvent.cpp b/third_party/WebKit/Source/core/events/GestureEvent.cpp |
index 1943c764be76b4fb6f30cc0307a6a4d3f7f6cb03..ca117c5503bb5c202caf9c272d7be8e54c3d7cb2 100644 |
--- a/third_party/WebKit/Source/core/events/GestureEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/GestureEvent.cpp |
@@ -82,7 +82,7 @@ GestureEvent::GestureEvent(const AtomicString& eventType, |
true, |
view, |
0, |
- static_cast<PlatformEvent::Modifiers>(event.modifiers()), |
+ static_cast<WebInputEvent::Modifiers>(event.modifiers()), |
TimeTicks::FromSeconds(event.timeStampSeconds()), |
nullptr), |
m_nativeEvent(event) {} |