Index: Source/core/layout/LayoutMultiColumnFlowThread.h |
diff --git a/Source/core/layout/LayoutMultiColumnFlowThread.h b/Source/core/layout/LayoutMultiColumnFlowThread.h |
index a67c9c91e96ef4b67020f3cdb32544057bd906b3..bbd688b9126959d03937aa06779ff99e0123714a 100644 |
--- a/Source/core/layout/LayoutMultiColumnFlowThread.h |
+++ b/Source/core/layout/LayoutMultiColumnFlowThread.h |
@@ -218,8 +218,8 @@ private: |
void skipColumnSpanner(LayoutBox*, LayoutUnit logicalTopInFlowThread) override; |
void flowThreadDescendantWasInserted(LayoutObject*) final; |
void flowThreadDescendantWillBeRemoved(LayoutObject*) final; |
- void flowThreadDescendantStyleWillChange(LayoutObject*, StyleDifference, const ComputedStyle& newStyle) override; |
- void flowThreadDescendantStyleDidChange(LayoutObject*, StyleDifference, const ComputedStyle& oldStyle) override; |
+ void flowThreadDescendantStyleWillChange(LayoutBox*, StyleDifference, const ComputedStyle& newStyle) override; |
+ void flowThreadDescendantStyleDidChange(LayoutBox*, StyleDifference, const ComputedStyle& oldStyle) override; |
void computePreferredLogicalWidths() override; |
void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override; |
void updateLogicalWidth() override; |