| Index: third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/TouchEvent.cpp b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| index 066d2c9db8dbecbd529dc828fd56e07c39c97779..240caf658f678df4f7c7c1c5d7722e6271fe8859 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| @@ -219,8 +219,7 @@ TouchEvent::TouchEvent(const WebTouchEvent& event,
|
| 0,
|
| static_cast<PlatformEvent::Modifiers>(event.modifiers()),
|
| TimeTicks::FromSeconds(event.timeStampSeconds()),
|
| - view ? view->getInputDeviceCapabilities()->firesTouchEvents(true)
|
| - : nullptr),
|
| + InputDeviceCapabilities::FiresTouchEvents),
|
| m_touches(touches),
|
| m_targetTouches(targetTouches),
|
| m_changedTouches(changedTouches),
|
|
|