| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index f6586700e856de30197df47465adfd35b72ab985..122810cd54a5c086edc125cbdec7b48901195ab2 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -170,7 +170,6 @@
|
| #include "web/WebInputEventConversion.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "web/WebPagePopupImpl.h"
|
| #include "web/WebPluginContainerImpl.h"
|
| #include "web/WebRemoteFrameImpl.h"
|
| #include "web/WebSettingsImpl.h"
|
| @@ -2520,7 +2519,7 @@ WebColor WebViewImpl::backgroundColor() const {
|
| return view->documentBackgroundColor().rgb();
|
| }
|
|
|
| -WebPagePopup* WebViewImpl::pagePopup() const {
|
| +WebPagePopupImpl* WebViewImpl::pagePopup() const {
|
| return m_pagePopup.get();
|
| }
|
|
|
|
|