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

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

Issue 2542723002: Margins that start at fragmentainer boundaries should be collapsed away. (Closed)
Patch Set: Back out an unnecessary and potentially harmful change. Created 4 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
Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index dd75d49ca4480b2bfc18da18e6ecc8e9c55405df..479220102872e5d8bee46d5492922ed2bde5fcb6 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -511,9 +511,6 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
return pageLogicalHeightForOffset(LayoutUnit());
}
- // Returns the logical offset at the top of the next page, for a given offset.
- LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset) const;
-
// Paginated content inside this block was laid out.
// |logicalBottomOffsetAfterPagination| is the logical bottom offset of the
// child content after applying any forced or unforced breaks as needed.

Powered by Google App Engine
This is Rietveld 408576698