| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| index adcff7e7b3e80b24b0400c849f6d6880e0bcb5d6..22a7988ec6bcd23ccf12d67601076c8ae0e5e62e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.h
|
| @@ -39,7 +39,8 @@ class LayoutSVGResourceMarker final : public LayoutSVGResourceContainer {
|
| void removeClientFromCache(LayoutObject*,
|
| bool markForInvalidation = true) override;
|
|
|
| - // Calculates marker boundaries, mapped to the target element's coordinate space
|
| + // Calculates marker boundaries, mapped to the target element's coordinate
|
| + // space.
|
| FloatRect markerBoundaries(const AffineTransform& markerTransformation) const;
|
|
|
| const AffineTransform& localToSVGParentTransform() const override;
|
|
|