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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.cpp

Issue 2584143003: Repeat footers in paginated context (Closed)
Patch Set: bug 656232 Created 3 years, 6 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: third_party/WebKit/Source/core/layout/LayoutBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
index d20e35d69e714ec81d7ad52b1c1893282f478070..2c8c457adbf65a165a14f25e252748379917c4dd 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
@@ -5876,8 +5876,6 @@ LayoutUnit LayoutBox::CalculatePaginationStrutToFitContent(
LayoutUnit offset,
LayoutUnit strut_to_next_page,
LayoutUnit content_logical_height) const {
- DCHECK_EQ(strut_to_next_page, PageRemainingLogicalHeightForOffset(
mstensho (USE GERRIT) 2017/07/17 10:38:08 I think this one is worth keeping.
rhogan 2017/07/24 18:56:07 Done. This was accidental as you can probably gues
- offset, kAssociateWithLatterPage));
// If we're inside a cell in a row that straddles a page then avoid the
// repeating header group if necessary. If we're a table section we're
// already accounting for it.

Powered by Google App Engine
This is Rietveld 408576698