| Index: third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| index 08ed9b6fa2ac968ec574a002928491d8327fa450..f0087d0d797398b942e8cffa7955b9ab0c269706 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
|
| @@ -115,9 +115,9 @@ class CORE_EXPORT LayoutFlowThread : public LayoutBlockFlow {
|
| return !m_columnSetsInvalidated && !m_multiColumnSetList.isEmpty();
|
| }
|
|
|
| - bool mapToVisualRectInAncestorSpace(
|
| + bool mapToVisualRectInAncestorSpaceInternal(
|
| const LayoutBoxModelObject* ancestor,
|
| - LayoutRect&,
|
| + TransformState&,
|
| VisualRectFlags = DefaultVisualRectFlags) const override;
|
|
|
| LayoutUnit pageLogicalHeightForOffset(LayoutUnit);
|
|
|