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 ca222c0e6ab01386fc3a7147e1902dc126cb3db9..1f7cb37c0ca4c61a6d0a2559ab3f91313e7c05cc 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -586,6 +586,7 @@ private: |
// 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(); |
+ void invalidateDisplayItemClientsOfFirstLine() final; |
// END METHODS DEFINED IN LayoutBlockFlowLine |