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 0c77987dd6b16335872e7a295f2960aec50ab764..fca998456f26d5d0482312d1f536bc51dbc3fcaa 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -599,6 +599,7 @@ private: |
bool matchedEndLine(LineLayoutState&, const InlineBidiResolver&, const InlineIterator& endLineStart, const BidiStatus& endLineStatus); |
void deleteEllipsisLineBoxes(); |
void checkLinesForTextOverflow(); |
+ void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest = nullptr); |
// Positions new floats and also adjust all floats encountered on the line if any of them |
// have to move to the next page/column. |
void positionDialog(); |