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 636eee311c77f29080de85b9f0e70087509d739e..8ef9933be27220ea002edfa4953626871fdf2e7c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h |
@@ -295,9 +295,9 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject { |
// invalidation. |
LayoutRect localVisualRect() const override; |
- bool mapToVisualRectInAncestorSpace( |
+ bool mapToVisualRectInAncestorSpaceInternal( |
const LayoutBoxModelObject* ancestor, |
- LayoutRect&, |
+ TransformState&, |
VisualRectFlags = DefaultVisualRectFlags) const final; |
PositionWithAffinity positionForPoint(const LayoutPoint&) final; |