| Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| index 9f4cc8bc2cc3995c1337b8435968da983ba2eae8..91e67bbfa3ec91e34540a4f522ef34fc8b0556f7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.h
|
| @@ -231,7 +231,7 @@ class CORE_EXPORT LayoutMultiColumnSet : public LayoutBlockFlow {
|
| bool computeColumnRuleBounds(const LayoutPoint& paintOffset,
|
| Vector<LayoutRect>& columnRuleBounds) const;
|
|
|
| - LayoutRect localOverflowRectForPaintInvalidation() const override;
|
| + LayoutRect localVisualRect() const override;
|
|
|
| protected:
|
| LayoutMultiColumnSet(LayoutFlowThread*);
|
|
|