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 4b47f1029ee7b7c2dbfc3ce0731aa865f4b87887..9ef7c1666b88e8f6dcfe160aa83ba023536b48a6 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -385,7 +385,7 @@ private: |
void invalidatePaintForOverflow() final; |
void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override; |
- void paintFloats(const PaintInfo&, const LayoutPoint&) const final; |
+ void paintContentsAndFloats(const PaintInfo&, const LayoutPoint&) const final; |
virtual void clipOutFloatingObjects(const LayoutBlock*, ClipScope&, const LayoutPoint&, const LayoutSize&) const; |
void clearFloats(EClear); |