| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 263d6d337ef296a8abe446746a6d99c1ecfd89bc..95bd292421266e4bf32d3aa74a22f5f76b82d327 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -49,6 +49,7 @@
|
| #include "core/events/ProgressEvent.h"
|
| #include "core/events/ResourceProgressEvent.h"
|
| #include "core/events/TouchEvent.h"
|
| +#include "core/events/WebInputEventConversion.h"
|
| #include "core/events/WheelEvent.h"
|
| #include "core/exported/WebDataSourceImpl.h"
|
| #include "core/exported/WebViewBase.h"
|
| @@ -104,7 +105,6 @@
|
| #include "public/web/WebPrintPresetOptions.h"
|
| #include "public/web/WebViewClient.h"
|
| #include "web/ChromeClientImpl.h"
|
| -#include "web/WebInputEventConversion.h"
|
|
|
| namespace blink {
|
|
|
|
|