| 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 cecd62cc35dd577eabf03183b265c813db903dc2..6e5040cb003bbede836d33c631c170d52a981511 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -51,6 +51,7 @@
|
| #include "core/events/TouchEvent.h"
|
| #include "core/events/WheelEvent.h"
|
| #include "core/exported/WebDataSourceImpl.h"
|
| +#include "core/exported/WebViewBase.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/LocalFrame.h"
|
| @@ -105,7 +106,6 @@
|
| #include "web/ChromeClientImpl.h"
|
| #include "web/WebInputEventConversion.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebViewImpl.h"
|
|
|
| namespace blink {
|
|
|
|
|