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

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

Issue 1602773005: Respect break-inside:avoid on table rows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 11 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/LayoutBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
index 95b43d8b4b6f930040d005bd574870cd3620dbb8..a418401b1f053528de81d5d7eab74496c1af62dc 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -240,7 +240,7 @@ public:
// between the content logical top of an object and its first child or line (only *between*
// blocks or lines).
LayoutUnit paginationStrutPropagatedFromChild() const { return m_rareData ? m_rareData->m_paginationStrutPropagatedFromChild : LayoutUnit(); }
- void setPaginationStrutPropagatedFromChild(LayoutUnit);
+ virtual void setPaginationStrutPropagatedFromChild(LayoutUnit);
void positionSpannerDescendant(LayoutMultiColumnSpannerPlaceholder& child);

Powered by Google App Engine
This is Rietveld 408576698