| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index 11a367cb8a4cbd50d942d59f376cea683393345e..1d935c2f3dd527c4909075b0e5d8d06a628dff46 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -237,7 +237,7 @@ private:
|
|
|
| LayoutRect absoluteClippedOverflowRect() const override;
|
| LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = nullptr) const override;
|
| - void mapToVisibleRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, const PaintInvalidationState*) const final;
|
| + bool mapToVisibleRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, const PaintInvalidationState*, int flags = 0) const override;
|
|
|
| // This method differs from clippedOverflowRectForPaintInvalidation in that it includes
|
| // the rects for culled inline boxes, which aren't necessary for paint invalidation.
|
|
|