| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index d8a492842f51776cdc20f7284706371593a34eac..1c0863b2701d6fae04947915ccfb9fd934a45abf 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -74,6 +74,7 @@
|
| #include "public/platform/WebCursorInfo.h"
|
| #include "public/platform/WebFloatRect.h"
|
| #include "public/platform/WebFrameScheduler.h"
|
| +#include "public/platform/WebInputEvent.h"
|
| #include "public/platform/WebRect.h"
|
| #include "public/platform/WebURLRequest.h"
|
| #include "public/platform/WebViewScheduler.h"
|
| @@ -84,7 +85,6 @@
|
| #include "public/web/WebConsoleMessage.h"
|
| #include "public/web/WebFrameClient.h"
|
| #include "public/web/WebInputElement.h"
|
| -#include "public/web/WebInputEvent.h"
|
| #include "public/web/WebKit.h"
|
| #include "public/web/WebNode.h"
|
| #include "public/web/WebPageImportanceSignals.h"
|
|
|