| Index: Source/core/rendering/RenderFlowThread.h
|
| diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h
|
| index d7770740d7fde73d06e14cbf662074f1f72c192a..451388d2783ec761f918a6eb07db0bc7c98c0c58 100644
|
| --- a/Source/core/rendering/RenderFlowThread.h
|
| +++ b/Source/core/rendering/RenderFlowThread.h
|
| @@ -68,11 +68,11 @@ public:
|
| virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NormalLayer; }
|
|
|
| virtual bool hasColumnSpanner(const RenderObject*) const { return false; }
|
| - virtual LayoutUnit spannerLogicalTopAdjustment(RenderBox* renderer, LayoutUnit logicalTop) const { return LayoutUnit(); }
|
| - virtual void enterColumnSpanner(RenderBox*, LayoutUnit& logicalTop) { }
|
| + virtual LayoutUnit enterColumnSpanner(RenderBox*, LayoutUnit logicalTop) { return LayoutUnit(); }
|
| virtual void leaveColumnSpanner(RenderBox*, LayoutUnit logicalBottom) { }
|
| virtual void flowThreadDescendantInserted(RenderObject*) { }
|
| virtual void flowThreadDescendantWillBeRemoved(RenderObject*) { }
|
| + virtual void flowThreadDescendantStyleDidChange(RenderObject*) { }
|
|
|
| virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
|
|
|
|
|