| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| index 9ac0a9d12449eff23edb5bbe9a4125a6394eaa1c..fec1398ee9d41a0803f2308957404dac2da87b81 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -48,9 +48,9 @@ class LayoutSVGBlock : public LayoutBlockFlow {
|
| const LayoutObject* pushMappingToContainer(
|
| const LayoutBoxModelObject* ancestorToStopAt,
|
| LayoutGeometryMap&) const final;
|
| - bool mapToVisualRectInAncestorSpace(
|
| + bool mapToVisualRectInAncestorSpaceInternal(
|
| const LayoutBoxModelObject* ancestor,
|
| - LayoutRect&,
|
| + TransformState&,
|
| VisualRectFlags = DefaultVisualRectFlags) const final;
|
|
|
| AffineTransform localSVGTransform() const final { return m_localTransform; }
|
|
|