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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 513723003: Add pixel readback to page popup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 61f1ebcabf7885717f2a42e9a43551919ef616d0..bc5522646e7f336d838ad1d9806b1259c057b40a 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -160,6 +160,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