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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 530653002: Use page popup pixel readback for calendar-picker-appearance.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months 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
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 4d0ee4da4a99d4d9958b98f726472ceb01b7e0ec..e3104d6fd6941052cdc511f22dfc0c6a3f631b98 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -161,6 +161,7 @@ public:
void closePagePopup(PagePopup*);
virtual void setPagePopupDriver(PagePopupDriver*) OVERRIDE;
virtual void resetPagePopupDriver() OVERRIDE;
+ virtual PagePopupDriver* pagePopupDriver() const OVERRIDE { return m_pagePopupDriver; }
virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, Document::PageDismissalType) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698