Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: Source/web/WebViewImpl.h

Issue 765903002: Remove internals.setEnableMockPagePopup(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index aca619e8520475b592a61832d740cfdf1e136a21..f4d4e29780a0f9ca7beb12b5291b6ad93918a19b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -32,7 +32,6 @@
#define WebViewImpl_h
#include "core/page/EventWithHitTestResults.h"
-#include "core/page/PagePopupDriver.h"
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
#include "platform/graphics/GraphicsLayer.h"
@@ -84,7 +83,6 @@ struct WebSelectionBound;
class WebViewImpl final : public WebView
, public RefCounted<WebViewImpl>
, public WebGestureCurveTarget
- , public PagePopupDriver
, public PageWidgetEventHandler {
public:
static WebViewImpl* create(WebViewClient*);
@@ -410,10 +408,9 @@ public:
// Notification that a popup was opened/closed.
void popupOpened(PopupContainer*);
void popupClosed(PopupContainer*);
- // PagePopupDriver functions.
- virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) override;
- virtual void closePagePopup(PagePopup*) override;
- virtual LocalDOMWindow* pagePopupWindow() override;
+ PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView);
+ void closePagePopup(PagePopup*);
+ LocalDOMWindow* pagePopupWindow() const;
// Returns the input event we're currently processing. This is used in some
// cases where the WebCore DOM event doesn't have the information we need.
« no previous file with comments | « Source/web/ChromeClientImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698