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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTestHelper.h

Issue 1511183003: Reland: Fix incorrect sign in scroll and content box offset in absoluteToLocalPoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutTestHelper.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTestHelper.h b/third_party/WebKit/Source/core/layout/LayoutTestHelper.h
index caaeddb2f37b4b054b44805be15bc341ffabd48e..81eb4dcef5ec511a0ae43f3694f7e4da40f7bf58 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTestHelper.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTestHelper.h
@@ -38,6 +38,9 @@ protected:
document().view()->updateAllLifecyclePhases();
}
+ // Returns the Document for the iframe.
+ Document& setupChildIframe(const AtomicString& iframeElementId, const String& htmlContentOfIframe);
+
// Both enables compositing and runs the document lifecycle.
void enableCompositing()
{
@@ -46,6 +49,8 @@ protected:
}
private:
+ RefPtrWillBePersistent<LocalFrame> m_subframe;
+ OwnPtrWillBePersistent<FrameLoaderClient> m_frameLoaderClient;
OwnPtr<DummyPageHolder> m_pageHolder;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698