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 5332d65100d1f065cae7b03042c8c15bd918d900..87c9fba0558f6da30dada176284c507d9d24c4d1 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -172,9 +172,6 @@ public: |
bool hasMarginAfterQuirk(const LayoutBox* child) const; |
void markPositionedObjectsForLayout(); |
- // FIXME: Do we really need this to be virtual? It's just so we can call this on |
- // LayoutBoxes without needed to check whether they're LayoutBlocks first. |
- void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&) final; |
LayoutUnit textIndentOffset() const; |