| 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 b35d957b50b3996bc55193ee228e156b029cd868..e540d9418d05aeb9ae8e491c61a38f217ffff62d 100644
|
| --- a/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| +++ b/third_party/WebKit/Source/core/events/TouchEvent.cpp
|
| @@ -32,6 +32,7 @@
|
| #include "core/frame/FrameConsole.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| +#include "core/html/HTMLElement.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "platform/Histogram.h"
|
|
|
|
|