| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 92f100e0d222578fdcf01c60a1daf75fd5502ee1..9de53ce22c7e361b3274d4bcd26d4dd0434712a7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1604,7 +1604,7 @@ private:
|
| // recomputeOverflow-capable. crbug.com/437012 and crbug.com/434700.
|
| inline void markContainingBlocksForOverflowRecalc();
|
|
|
| - inline void markContainerChainForPaintInvalidation();
|
| + inline void markAncestorsForPaintInvalidation();
|
|
|
| inline void invalidateSelectionIfNeeded(const LayoutBoxModelObject& paintInvalidationContainer, const PaintInvalidationState&, PaintInvalidationReason);
|
|
|
| @@ -1643,6 +1643,8 @@ private:
|
| // The passed rect is mutated into the coordinate space of the paint invalidation container.
|
| const LayoutBoxModelObject* invalidatePaintRectangleInternal(const LayoutRect&) const;
|
|
|
| + LayoutObject* parentCrossingFrameBoundaries() const;
|
| +
|
| static LayoutPoint uninitializedPaintOffset() { return LayoutPoint(LayoutUnit::max(), LayoutUnit::max()); }
|
|
|
| RefPtr<ComputedStyle> m_style;
|
|
|