| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index d06179e4d901857234004f0f1bfc784db82d0b9c..8916b4bed5250f3897632e9420acb34a7dd0d5a9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -115,6 +115,9 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
|
|
| FrameView* frameView() const { return m_frameView; }
|
|
|
| + // |ancestor| can be nullptr, which will map the rect to the main frame's
|
| + // space, even if the main frame is remote (or has intermediate remote
|
| + // frames in the chain).
|
| bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor,
|
| LayoutRect&,
|
| MapCoordinatesFlags,
|
|
|