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

Unified Diff: Source/core/page/PagePopupDriver.h

Issue 530653002: Use page popup pixel readback for calendar-picker-appearance.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline test 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
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupDriver.h
diff --git a/Source/core/page/PagePopupDriver.h b/Source/core/page/PagePopupDriver.h
index 5e3c6f38696f5c146486757466a4af914a814a72..32c86f2452656179ee3243356dce2d221868d9fb 100644
--- a/Source/core/page/PagePopupDriver.h
+++ b/Source/core/page/PagePopupDriver.h
@@ -29,6 +29,7 @@
namespace blink {
class IntRect;
+class LocalDOMWindow;
class PagePopup;
class PagePopupClient;
@@ -36,6 +37,7 @@ class PagePopupDriver {
public:
virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
virtual void closePagePopup(PagePopup*) = 0;
+ virtual LocalDOMWindow* pagePopupWindow() = 0;
virtual ~PagePopupDriver() { }
};
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698