| Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| index e62eba81570ca60b5ed4b24f2974aedba8bd3d58..0690f2af085346f29b58929942f462a5f7929338 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
| @@ -4,14 +4,15 @@
|
|
|
| #include "web/WebViewFrameWidget.h"
|
|
|
| +#include "core/exported/WebViewBase.h"
|
| +#include "core/layout/HitTestResult.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebViewImpl.h"
|
|
|
| namespace blink {
|
|
|
| WebViewFrameWidget::WebViewFrameWidget(WebWidgetClient& client,
|
| - WebViewImpl& web_view,
|
| + WebViewBase& web_view,
|
| WebLocalFrameImpl& main_frame)
|
| : client_(&client), web_view_(&web_view), main_frame_(&main_frame) {
|
| main_frame_->SetFrameWidget(this);
|
|
|