| Index: third_party/WebKit/Source/core/events/UIEvent.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/UIEvent.cpp b/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| index af8ea4baace8026f6aa661b53fe977f91f403df5..178350dcd0cb6648df2bf8dad392d005c2a83dda 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/UIEvent.cpp
|
| @@ -22,6 +22,8 @@
|
|
|
| #include "core/events/UIEvent.h"
|
|
|
| +#include "core/input/InputDeviceCapabilities.h"
|
| +
|
| namespace blink {
|
|
|
| UIEvent::UIEvent() : m_detail(0), m_sourceCapabilities(nullptr) {}
|
|
|