Index: third_party/WebKit/Source/core/events/CompositionEvent.cpp |
diff --git a/third_party/WebKit/Source/core/events/CompositionEvent.cpp b/third_party/WebKit/Source/core/events/CompositionEvent.cpp |
index 60a041a57fc2b92bf2a1632e6d7ebe983ca3bb2e..23d7fb2c3a522e1748f9eb54333cf260dbcc4ab4 100644 |
--- a/third_party/WebKit/Source/core/events/CompositionEvent.cpp |
+++ b/third_party/WebKit/Source/core/events/CompositionEvent.cpp |
@@ -42,8 +42,7 @@ CompositionEvent::CompositionEvent(const AtomicString& type, |
TimeTicks::Now(), |
view, |
0, |
- view ? view->getInputDeviceCapabilities()->firesTouchEvents(false) |
- : nullptr), |
+ InputDeviceCapabilities::None), |
m_data(data) {} |
CompositionEvent::CompositionEvent(const AtomicString& type, |