| 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 e331b41544265c8e67b4ac98b9c8975b54e66346..3dfc25ce21c3c2fb8431f1d37b58b87f6f421ff1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1606,7 +1606,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);
|
|
|
| @@ -1645,6 +1645,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;
|
|
|