| Index: Source/core/rendering/RenderMultiColumnFlowThread.h
|
| diff --git a/Source/core/rendering/RenderMultiColumnFlowThread.h b/Source/core/rendering/RenderMultiColumnFlowThread.h
|
| index 70884cb2b3d832e639385288c0c31eec687cb3a8..a341db802832be897b657586adcd2403c845156b 100644
|
| --- a/Source/core/rendering/RenderMultiColumnFlowThread.h
|
| +++ b/Source/core/rendering/RenderMultiColumnFlowThread.h
|
| @@ -93,7 +93,7 @@ private:
|
| virtual void addRegionToThread(RenderRegion*) OVERRIDE;
|
| virtual void willBeRemovedFromTree() OVERRIDE;
|
| virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
|
| - virtual LayoutUnit initialLogicalWidth() const OVERRIDE;
|
| + virtual void updateLogicalWidth() OVERRIDE FINAL;
|
| virtual void layout() OVERRIDE FINAL;
|
| virtual void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) OVERRIDE;
|
| virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
|
|
|