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

Unified Diff: Source/core/testing/MockPagePopupDriver.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/core/testing/MockPagePopupDriver.h
diff --git a/Source/core/testing/MockPagePopupDriver.h b/Source/core/testing/MockPagePopupDriver.h
index 07a69ac4d6797dfc4049424a6c503a0f210ee71d..4d47de575aea89c0a6b752dc988d07e286e4ec24 100644
--- a/Source/core/testing/MockPagePopupDriver.h
+++ b/Source/core/testing/MockPagePopupDriver.h
@@ -51,6 +51,7 @@ private:
// PagePopupDriver functions:
virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
virtual void closePagePopup(PagePopup*) OVERRIDE;
+ virtual LocalDOMWindow* pagePopupWindow() OVERRIDE { return nullptr; }
RefPtr<MockPagePopup> m_mockPagePopup;
LocalFrame* m_mainFrame;

Powered by Google App Engine
This is Rietveld 408576698