Index: Source/core/layout/LayoutMultiColumnSet.h |
diff --git a/Source/core/layout/LayoutMultiColumnSet.h b/Source/core/layout/LayoutMultiColumnSet.h |
index 590ebd97a070d7c2e9dd33f1c4aac1721d76fa64..28d1be0375eda75540bfa51e214a92001cbed8f6 100644 |
--- a/Source/core/layout/LayoutMultiColumnSet.h |
+++ b/Source/core/layout/LayoutMultiColumnSet.h |
@@ -60,7 +60,7 @@ namespace blink { |
// group has its own column height, but the column height is uniform within a group. |
class LayoutMultiColumnSet : public LayoutRegion { |
public: |
- static LayoutMultiColumnSet* createAnonymous(LayoutFlowThread&, const LayoutStyle& parentStyle); |
+ static LayoutMultiColumnSet* createAnonymous(LayoutFlowThread&, const ComputedStyle& parentStyle); |
const MultiColumnFragmentainerGroup& firstFragmentainerGroup() const { return m_fragmentainerGroups.first(); } |
const MultiColumnFragmentainerGroup& lastFragmentainerGroup() const { return m_fragmentainerGroups.last(); } |