| 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 36382408537686fc221644e8e1a406061baec57c..9d2351a119bafb28b83134940ead918a8472e980 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -104,7 +104,7 @@ public:
|
|
|
| FrameView* frameView() const { return m_frameView; }
|
|
|
| - bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, MapCoordinatesFlags, VisualRectFlags) const;
|
| + bool mapContentRectToFrameSpace(const LayoutBox* contentObject, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const;
|
| bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const override;
|
| void adjustOffsetForFixedPosition(LayoutRect&) const;
|
|
|
|
|