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

Unified Diff: Source/core/testing/Internals.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/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index f9891abd076f8c367d6b1a85a92972c22e54974b..e0cd27dda5b4f558b45d5f8bc48486008889a2cd 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -135,6 +135,7 @@ public:
void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&);
void setEnableMockPagePopup(bool, ExceptionState&);
PassRefPtrWillBeRawPtr<PagePopupController> pagePopupController();
+ LocalDOMWindow* pagePopupWindow() const;
PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698